-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.21 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
{
"name": "snapmobile-adminserver",
"version": "1.0.0",
"description": "",
"main": "snapmobile-adminserver.js",
"scripts": {
"test": "mocha --recursive",
"build": "babel server -d dist/server",
"serve": "node dist/server/app.js",
"babel-node": "babel-node"
},
"author": "Jack Cable",
"license": "ISC",
"dependencies": {
"snapmobile-authserver": "git+https://github.com/SnapMobileIO/SnapMobile-AuthServer.git",
"snapmobile-aws": "git+https://github.com/SnapMobileIO/SnapMobile-Aws.git"
},
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-core": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-3": "^6.5.0",
"babel-register": "^6.8.0",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"chai": "^3.5.0",
"chai-http": "^2.0.1",
"del": "^2.2.0",
"font-awesome": "^4.6.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-connect": "^3.2.2",
"gulp-cssimport": "^3.0.2",
"gulp-jscs": "^3.0.2",
"gulp-jsdoc3": "^0.2.1",
"gulp-mocha": "^2.2.0",
"gulp-nodemon": "^2.0.6",
"gulp-plumber": "^1.1.0",
"gulp-ruby-sass": "^2.0.6",
"gulp-util": "^3.0.7",
"jscs": "^3.0.3",
"mocha": "^2.5.2"
}
}