-
Notifications
You must be signed in to change notification settings - Fork 62
/
package.json
30 lines (30 loc) · 930 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
{
"name": "basil.js",
"version": "0.4.11",
"scripts": {
"test": "node node_modules/karma/bin/karma start test/karma.config.js",
"test-plugins": "node node_modules/karma/bin/karma start test/karma.plugins.config.js",
"test-all": "npm run-script test && npm run-script test-plugins",
"build": "node node_modules/gulp/bin/gulp.js"
},
"main": "build/basil.js",
"dependencies": {},
"devDependencies": {
"karma": "*",
"karma-mocha": "*",
"karma-sinon-expect": "*",
"karma-chrome-launcher": "*",
"karma-firefox-launcher": "*",
"karma-safari-launcher": "*",
"karma-opera-launcher": "*",
"karma-ie-launcher": "*",
"karma-phantomjs-launcher": "*",
"gulp": "^4.0",
"gulp-uglify": "*",
"gulp-rename": "*",
"mocha": "*"
},
"spm": {
"main": "src/basil.js"
}
}