-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.04 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.04 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
{
"name": "@greenhousegames/firebase-game-storage",
"version": "0.0.16",
"description": "",
"main": "dist/index.js",
"scripts": {
"prebuild": "eslint src/** && (rm -r dist || true) && mkdir dist",
"build": "babel src/ -d dist/",
"pretest": "npm run build",
"test": "mocha --require babel-register",
"version": "npm run build && git add -A dist",
"postversion": "git push && git push --tags && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/greenhousegames/firebase-game-storage.git"
},
"author": "Greenhouse Games, LLC",
"license": "",
"bugs": {
"url": "https://github.com/greenhousegames/firebase-game-storage/issues"
},
"homepage": "https://github.com/greenhousegames/firebase-game-storage#readme",
"dependencies": {
"firebase": "~3.4.0",
"rsvp": "^3.2.1"
},
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-preset-es2015": "^6.13.2",
"babel-register": "^6.11.6",
"chai": "^3.5.0",
"eslint": "^3.7.0",
"mocha": "^3.0.2"
}
}