forked from normalfaults/api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
104 lines (104 loc) · 2.64 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "project_jellyfish",
"version": "1.0.0",
"license" : "Apache-2.0",
"description": "Project Jellyfish dependencies",
"authors": [
"Michael Stack",
"Allen Wight",
"Chris Kacerguis"
],
"repository": {
"type" : "git",
"url" : "https://github.com/projectjellyfish/api.git"
},
"scripts": {
"init": "npm install",
"install": "",
"postinstall": "",
"start": "node src/server/app.js",
"test": "gulp test"
},
"devDependencies": {
"chai": "^3.2.0",
"chai-as-promised": "^5.1.0",
"chalk": "^1.0.0",
"dateformat": "^1.0.11",
"debug": "^2.1.3",
"express-http-proxy": "^0.6.0",
"jscs": "^2.0.0",
"jshint-stylish": "^2.0.1",
"karma": "^0.13.0",
"karma-chai": "^0.1.0",
"karma-chai-sinon": "^0.1.4",
"karma-coverage": "^0.5.0",
"karma-growl-reporter": "^0.1.1",
"karma-mocha": "^0.2.0",
"karma-phantomjs-launcher": "^0.2.1",
"karma-sinon": "^1.0.4",
"merge-stream": "^1.0.0",
"minimist": "^1.1.1",
"mocha": "^2.2.1",
"mocha-clean": "^0.4.0",
"ng-midway-tester": "^2.0.5",
"phantomjs": "^1.9.16",
"q": "^1.2.0",
"request": "^2.55.0",
"sinon": "^1.14.0",
"sinon-chai": "^2.7.0"
},
"dependencies": {
"bower": "^1.3.0",
"glob": "^5.0.3",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^3.0.1",
"gulp-inject": "^3.0.0",
"gulp-ng-annotate": "^1.1.0",
"gulp-rename": "^1.2.0",
"body-parser": "^1.12.2",
"gulp-order": "^1.1.1",
"gulp-rev": "^6.0.1",
"gulp-bump": "^1.0.0",
"gulp-cache": "^0.3.0",
"gulp-concat": "^2.5.2",
"gulp-header": "^1.2.2",
"gulp-load-utils": "0.0.4",
"gulp-minify-css": "^1.0.0",
"gulp-sourcemaps": "^1.5.0",
"gulp-symlink": "^2.1.0",
"gulp-util": "^3.0.4",
"gulp-imagemin": "^2.2.1",
"gulp-print": "^2.0.0",
"gulp-nodemon": "^2.0.3",
"gulp-notify": "^2.2.0",
"gulp-useref": "^1.1.1",
"gulp-uglify": "^1.2.0",
"gulp-csso": "^1.0.0",
"gulp-rev-replace": "^0.4.0",
"lodash": "^3.5.0",
"express": "^4.12.3",
"morgan": "^1.5.2",
"node-notifier": "^4.1.2",
"serve-favicon": "^2.2.0",
"wiredep": "^2.2.2",
"yargs": "^3.5.4",
"merge": "^1.2.0",
"gulp-jshint": "^1.9.2",
"gulp-task-listing": "^1.0.0",
"browser-sync": "^2.2.4",
"gulp-jscs": "^3.0.0",
"plato": "^1.4.0",
"del": "^2.0.2",
"gulp-bytediff": "^1.0.0",
"gulp-minify-html": "^1.0.1",
"gulp-angular-templatecache": "^1.5.0",
"gulp-if": "^2.0.0",
"gulp-filter": "^3.0.0",
"gulp-ruby-sass": "^2.0.3",
"gulp-plumber": "^1.0.0"
},
"engines": {
"node": "5.x",
"npm": "3.x"
}
}