-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
70 lines (70 loc) · 1.7 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "angus",
"version": "0.10.1",
"homepage": "http://nickjanssen.github.io/angus",
"author": "Nick Janssen <[email protected]> (http://nickjanssen.com/)",
"license": "MIT",
"description": "Declarative build tool for the web.",
"bugs": "https://github.com/nickjanssen/angus/issues",
"repository": {
"type": "git",
"url": "[email protected]:nickjanssen/angus.git"
},
"bin": "angus.js",
"engines": {
"node": ">=0.10.0",
"npm": ">=1.2.10"
},
"keywords": [
"angular",
"angularjs",
"yeoman-generator",
"yeoman",
"web",
"app",
"front-end",
"bootstrap",
"firebase",
"h5bp",
"modernizr",
"jquery",
"grunt"
],
"dependencies": {
"jsonschema": "^1.0.0",
"connect-livereload": "^0.4.0",
"connect-modrewrite": "^0.7.6",
"walkdir": "0.0.7",
"karma": "^0.12.21",
"karma-jasmine": "^0.1.5",
"phantomjs": "^1.9.7-15",
"karma-phantomjs-launcher": "^0.1.4",
"minimist": "^1.1.0",
"shelljs": "^0.3.0",
"update-notifier": "^0.2.0",
"gulp": "^3.8.7",
"del": "^0.1.2",
"gulp-jshint": "^1.8.4",
"jshint-stylish": "^0.4.0",
"run-sequence": "^0.3.6",
"gulp-replace": "^0.4.0",
"gulp-sass": "^0.7.3",
"gulp-ng-html2js": "^0.1.8",
"gulp-connect": "^2.0.6",
"gulp-watch": "^0.6.9",
"gulp-plumber": "^0.6.4",
"gulp-util": "^3.0.0",
"gulp-concat": "^2.3.4",
"gulp-uglify": "^0.3.2",
"gulp-ng-annotate": "^0.3.0",
"gulp-minify-css": "^0.3.7",
"gulp-s3": "^0.3.0",
"gulp-less": "^1.3.5",
"streamqueue": "^0.1.1",
"glob": "^4.0.5",
"mkdirp": "^0.5.0",
"gulp-coffee": "^2.2.0",
"gulp-ng-constant": "^0.1.1"
},
"preferGlobal": true
}