-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 889 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
{
"name": "samurai-siege-calculator",
"version": "0.0.0",
"devDependencies": {
"gulp": "^3.6.2",
"gulp-requirejs-bundler": "^0.1.1",
"gulp-concat": "~2.2.0",
"gulp-clean": "~0.2.4",
"event-stream": "~3.1.0",
"gulp-replace": "~0.2.0",
"gulp-uglify": "~0.2.1",
"gulp-html-replace": "~1.0.0",
"gulp-webserver": "~0.9.0",
"gulp-ruby-sass": "~1.0.5",
"gulp-watch": "~4.2.4",
"gulp-sass": "~1.3.3",
"gulp-karma": "0.0.4",
"karma": "^0.12.15",
"karma-phantomjs-launcher": "~0.1.4",
"karma-jasmine": "^0.1.5",
"karma-requirejs": "^0.2.1",
"karma-requireglobal-preprocessor": "0.0.0",
"requirejs": "^2.1.11",
"deeply": "~0.1.0",
"chalk": "~0.4.0",
"phantomjs": "~1.9.16"
},
"scripts": {
"test": "gulp test",
"postinstall": "bower install"
},
"dependencies": {
"bower": "^1.4.1"
}
}