-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.05 KB
/
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
41
42
{
"name": "villustrator",
"version": "0.0.0",
"repository": {
"type": "git",
"url": "git://github.com/bilalq/villustrator.git"
},
"dependencies": {},
"devDependencies": {
"bower": "^1.3.12",
"coffee-script": "^1.8.0",
"del": "^1.1.1",
"gulp": "^3.8.10",
"gulp-coffeelint": "^0.4.0",
"gulp-coffee": "^2.2.0",
"gulp-concat": "^2.4.3",
"gulp-jade": "^0.10.0",
"gulp-sass": "^1.2.4",
"gulp-livereload": "^3.0.2",
"gulp-ng-annotate": "^0.4.3",
"gulp-ng-html2js": "^0.1.8",
"gulp-sourcemaps": "^1.3.0",
"gulp-uglify": "^1.0.2",
"gulp-util": "^3.0.1",
"gulp-wrap-js": "^0.2.0",
"karma": "^0.12.30",
"karma-coffee-preprocessor": "^0.2.1",
"karma-firefox-launcher": "^0.1.4",
"karma-growl-reporter": "^0.1.1",
"karma-jasmine": "^0.3.3",
"karma-phantomjs-launcher": "^0.1.4",
"merge-stream": "^0.1.6",
"st": "^0.5.2",
"uglify-save-license": "^0.4.1"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "./node_modules/.bin/gulp test"
}
}