-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.1 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.1 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
{
"name": "angular-browserify-gulp",
"description": "Angular, Browserify & Gulp",
"version": "0.0.0",
"private": "true",
"repository": {
"type": "git",
"url": "git@github.com:chasevida/angular-browserify-gulp.git"
},
"author": "Mark",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/chasevida/angular-browserify-gulp/issues"
},
"engines": {
"node": "0.10.x"
},
"main": "server/server.js",
"dependencies": {
"body-parser": "~1.4.3",
"express": "~4.4.5",
"express-error-handler": "~0.5.4",
"jade": "~1.3.1",
"lodash": "~2.4.1",
"method-override": "~2.0.2",
"morgan": "~1.1.1"
},
"devDependencies": {
"autoprefixer-core": "^5.1.8",
"axis": "~0.3.1",
"browser-sync": "^2.4.0",
"browserify": "~9.0.3",
"chai": "~1.9.1",
"chai-as-promised": "latest",
"gulp": "~3.8.7",
"gulp-angular-templatecache": "latest",
"gulp-concat": "~2.5.2",
"gulp-extract-sourcemap": "^0.1.2",
"gulp-filter": "^2.0.2",
"gulp-if": "~1.2.1",
"gulp-imagemin": "~0.6.1",
"gulp-jade": "latest",
"gulp-karma": "~0.0.4",
"gulp-nodemon": "~1.0.4",
"gulp-notify": "~1.4.0",
"gulp-postcss": "^4.0.3",
"gulp-protractor": "latest",
"gulp-shell": "latest",
"gulp-sourcemaps": "^1.5.1",
"gulp-streamify": "~0.0.5",
"gulp-stylus": "~2.0.1",
"gulp-util": "~2.2.19",
"gulp-watch": "^3.0.0",
"jshint-stylish": "~0.2.0",
"karma": "latest",
"karma-browserify": "latest",
"karma-chrome-launcher": "~0.1.2",
"karma-jasmine": "~0.1.5",
"karma-mocha": "^0.1.4",
"karma-mocha-debug": "^0.1.2",
"karma-mocha-reporter": "~0.2.7",
"karma-phantomjs-launcher": "~0.1.2",
"karma-sinon-chai": "~0.2.0",
"minifyify": "^6.3.2",
"nib": "~1.1.0",
"pretty-hrtime": "~0.2.1",
"protractor": "latest",
"require-dir": "^0.1.0",
"run-sequence": "^0.3.6",
"rupture": "^0.6.1",
"sinon": "~1.10.2",
"sinon-chai": "~2.5.0",
"stringify": "~3.1.0",
"vinyl-source-stream": "~1.1.0"
},
"config": {
"paths": {
"scripts": []
}
}
}