forked from nickjanssen/angus
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2 KB
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
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "angus",
"version": "0.13.7",
"homepage": "http://nickjanssen.github.io/angus",
"author": "Nick Janssen <info@nickjanssen.com> (http://nickjanssen.com/)",
"license": "MIT",
"description": "Declarative build tool for the web.",
"bugs": {
"url": "https://github.com/traycold/angus/issues"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/traycold/angus.git"
},
"bin": {
"angus": "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.2",
"connect-livereload": "^0.5.3",
"connect-modrewrite": "^0.8.2",
"walkdir": "0.0.10",
"karma": "^0.13.15",
"karma-jasmine": "^0.3.6",
"phantomjs": "^1.9.18",
"karma-phantomjs-launcher": "^0.2.1",
"minimist": "^1.2.0",
"shelljs": "^0.5.3",
"update-notifier": "^0.5.0",
"gulp": "^3.9.0",
"del": "^2.0.2",
"gulp-jshint": "^1.12.0",
"jshint-stylish": "^2.0.1",
"run-sequence": "^1.1.4",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.1.0",
"gulp-ng-html2js": "^0.2.0",
"gulp-connect": "^2.2.0",
"gulp-watch": "^4.3.5",
"gulp-plumber": "^1.0.1",
"gulp-util": "^3.0.7",
"gulp-concat": "^2.6.0",
"gulp-uglify": "^1.4.2",
"gulp-ng-annotate": "^1.1.0",
"gulp-minify-css": "^1.2.1",
"gulp-s3": "^0.3.0",
"gulp-less": "^3.0.3",
"streamqueue": "^1.1.1",
"glob": "^5.0.15",
"mkdirp": "^0.5.1",
"gulp-coffee": "^2.3.1",
"gulp-ng-constant": "^1.1.0",
"gulp-inject": "^3.0.0",
"gulp-angular-filesort": "^1.1.1",
"gulp-rename": "^1.2.2",
"gulp-props2json": "^2.0.0",
"gulp-inject-string": "^1.1.0"
},
"preferGlobal": true,
"main": "angus.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}