-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.19 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
{
"name": "bitpack-server",
"version": "0.0.2",
"private": true,
"description": "Server system for bitpack",
"main": "index.js",
"dependencies": {
"aws-sdk": "2.2.33",
"babel-polyfill": "6.5.0",
"bitpack": "0.1.0",
"bugcore": "0.3.27",
"config": "1.19.0",
"express": "4.13.4",
"firebase": "2.4.0",
"firebase-token-generator": "2.0.0",
"fireproof": "3.1.0",
"s3-upload-stream": "1.0.7"
},
"scripts": {
"start": "node ./dist/scripts/bitpack-server-start.js",
"test": "gulp test"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-eslint": "^5.0.0",
"babel-jest": "^5.3.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-stage-2": "^6.5.0",
"eslint": "^1.10.3",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-cloudformation": "^0.0.2",
"gulp-eslint": "^1.1.1",
"gulp-jest-iojs": "^1.0.3",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.7",
"jest-cli": "^0.7.1"
},
"author": "Brian Neisler <me@brianneisler.com>",
"engines": {
"node": ">= 0.5.6"
}
}