forked from JorgeCoke/SpaceApps2017
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.85 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
{
"name": "3dnasa",
"version": "1.0.0",
"description": "2017 SpaceApps project challenge",
"author": "Space Apps",
"license": "UNDEFINED",
"scripts": {
"init": "npm install",
"install": "bower install",
"start": "node src/server/app.js",
"test": "gulp test"
},
"dependencies": {
"body-parser": "^1.17.1",
"express": "^4.15.2",
"express-bearer-token": "^2.1.0",
"moment": "^2.18.1",
"morgan": "~1.1.1",
"serve-favicon": "~2.0.1"
},
"devDependencies": {
"browser-sync": "~2.12.2",
"chai": "~3.1.0",
"chai-as-promised": "~5.1.0",
"chalk": "~1.1.0",
"dateformat": "~1.0.8-1.2.3",
"debug": "~2.0.0",
"del": "~1.2.0",
"glob": "~4.5.3",
"gulp": "~3.9.1",
"gulp-angular-templatecache": "~1.4.2",
"gulp-autoprefixer": "~2.3.1",
"gulp-bump": "~0.3.1",
"gulp-bytediff": "~0.2.0",
"gulp-concat": "~2.3.3",
"gulp-filter": "~2.0.2",
"gulp-header": "~1.2.2",
"gulp-if": "~1.2.5",
"gulp-imagemin": "~2.3.0",
"gulp-inject": "~1.0.1",
"gulp-jscs": "~2.0.0",
"gulp-jshint": "~1.7.1",
"gulp-less": "~3.0.1",
"gulp-load-plugins": "~1.0.0-rc.1",
"gulp-minify-css": "~1.1.1",
"gulp-minify-html": "~1.0.4",
"gulp-ng-annotate": "~1.0.0",
"gulp-nodemon": "~2.0.3",
"gulp-order": "~1.1.1",
"gulp-plumber": "~1.0.1",
"gulp-print": "~1.1.0",
"gulp-protractor": "~2.3.0",
"gulp-rev": "~5.1.0",
"gulp-rev-replace": "~0.4.2",
"gulp-sourcemaps": "~1.1.5",
"gulp-task-listing": "~1.0.0",
"gulp-uglify": "~1.0.1",
"gulp-useref": "~1.0.2",
"gulp-util": "~3.0.1",
"lodash": "~3.10.0",
"method-override": "~2.3.4",
"mocha": "~2.2.5",
"node-notifier": "~4.0.3",
"plato": "~1.2.0",
"q": "~1.0.1",
"sinon": "~1.12.2",
"sinon-chai": "~2.6.0",
"wiredep": "~2.2.2",
"yargs": "~3.15.0"
}
}