-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·50 lines (50 loc) · 1.27 KB
/
package.json
File metadata and controls
executable file
·50 lines (50 loc) · 1.27 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
{
"name": "famous-angular-docs",
"description": "Site and docs for famous-angular.",
"version": "0.0.5",
"license": "MPL v2.0",
"homepage": "https://github.com/thomasstreet/famous-angular-docs/",
"repository": {
"type": "git",
"url": "https://github.com/thomasstreet/famous-angular-docs.git"
},
"engines": {
"node": ">=0.8.0"
},
"scripts": {
"install": "bower install",
"gems": "bundle install",
"start": "gulp dev"
},
"dependencies": {},
"devDependencies": {
"bower": "~1.3.3",
"canonical-path": "0.0.2",
"connect-livereload": "^0.4.0",
"cp-r": "^0.1.1",
"express": "^4.0.0",
"gulp": "~3.6.2",
"gulp-autoprefixer": "0.0.7",
"gulp-cache": "^0.1.3",
"gulp-clean": "^0.2.4",
"gulp-concat": "^2.2.0",
"gulp-exec": "^2.0.1",
"gulp-flatten": "0.0.4",
"gulp-header": "^1.0.2",
"gulp-jade": "^0.8.0",
"gulp-jshint": "^1.5.3",
"gulp-livereload": "^1.3.1",
"gulp-minify-css": "~0.3.1",
"gulp-ngmin": "~0.3.0",
"gulp-notify": "^1.2.5",
"gulp-rename": "^1.2.0",
"gulp-stylus": "^1.0.0",
"gulp-uglify": "^0.2.1",
"gulp-util": "^2.2.14",
"gulp-wait": "0.0.2",
"lodash": "^2.4.1",
"minimist": "0.0.8",
"mkdirp": "^0.5.0",
"winston": "^0.7.3"
}
}