-
Notifications
You must be signed in to change notification settings - Fork 74
/
package.json
40 lines (40 loc) · 1011 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": "substance",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "gulp build-test && gulp test",
"karma": "./node_modules/.bin/karma start"
},
"author": "",
"license": "MIT",
"dependencies": {
"lodash": "3.3.1"
},
"devDependencies": {
"browserify": "^10.1.3",
"express": "^4.12.3",
"glob": "^5.0.5",
"gulp": "^3.8.11",
"gulp-if": "^1.2.5",
"gulp-jshint": "^1.10.0",
"gulp-qunit": "^1.2.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"gulp-yuidoc": "^0.1.2",
"karma": "^0.12.36",
"karma-chrome-launcher": "^0.1.12",
"karma-commonjs": "oliver----/karma-commonjs#patched",
"karma-coverage": "^0.4.2",
"karma-jquery": "^0.1.0",
"karma-qunit": "^0.1.4",
"node-qunit-phantomjs": "^1.2.1",
"qunitjs": "^1.18.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"yargs": "^3.8.0"
}
}