-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 992 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
34
35
36
37
38
39
40
{
"name": "MGallery",
"version": "0.0.0",
"dependencies": {},
"devDependencies": {
"gulp": "latest",
"del": "latest",
"gulp-server-livereload": "latest",
"gulp-jshint": "~1.9.2",
"gulp-changed": "~1.1.1",
"gulp-imagemin": "2.1.0",
"gulp-minify-html": "latest",
"gulp-concat": "latest",
"gulp-strip-debug": "latest",
"gulp-uglify": "latest",
"gulp-less": "latest",
"gulp-autoprefixer": "latest",
"gulp-minify-css": "latest",
"gulp-karma": "latest",
"chai": "^1.9.1",
"chai-as-promised": "^4.1.1",
"karma": "^0.12.23",
"karma-mocha": "^0.1.9",
"karma-phantomjs-launcher": "^0.1.4",
"karma-requirejs": "^0.2.2",
"karma-sinon": "^1.0.3",
"karma-sinon-chai": "^0.2.0",
"load-grunt-tasks": "^0.4.0",
"mocha": "^1.21.4",
"phantomjs": "^1.9.7-15",
"requirejs": "^2.1.15",
"sinon": "^1.10.3"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "gulp test"
}
}