forked from cmv/cmv-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 933 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "FullStackJavaScriptForCMV",
"version": "0.1.0",
"author": "Coshx Labs - http://www.coshx.com/",
"license": "MIT",
"year": "2016",
"homepage": "https://github.com/coshx/cmv-app",
"repository": "https://github.com/coshx/cmv-app",
"engine": "node >= 0.10",
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^5.2.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.3.1",
"gulp-jshint": "^2.0.0",
"gulp-minify-css": "^1.2.4",
"gulp-mocha": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"gulp-webdriver": "^1.0.3",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"mocha": "^2.4.5",
"proxypage": "^0.1.1",
"requirejs": "^2.1.22",
"selenium-standalone": "^5.0.0",
"wdio-mocha-framework": "^0.2.11",
"webdriverio": "^4.0.3"
}
}