-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 893 Bytes
/
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
{
"name": "firebase-schema",
"version": "0.0.8",
"description": "",
"main": "dist.js",
"scripts": {
"test": "scripts/test"
},
"author": "Ryan Florence <[email protected]>",
"license": "MIT",
"devDependencies": {
"6to5": "1.14.10",
"6to5-browserify": "1.3.0",
"6to5-loader": "^0.2.3",
"async": "0.9.0",
"axios": "0.4.2",
"expect": "^1.1.0",
"firebase": "2.0.6",
"json-loader": "0.5.1",
"jsx-loader": "0.12.2",
"karma": "0.12.28",
"karma-browserify": "1.0.0",
"karma-chrome-launcher": "0.1.7",
"karma-cli": "0.0.4",
"karma-mocha": "0.1.9",
"mocha": "2.0.1",
"react": "0.12.2",
"rf-release": "0.4.0",
"webpack": "1.4.13",
"webpack-dev-server": "1.6.6",
"when": "3.6.4"
},
"dependencies": {
"nested-router": "0.0.2",
"path-browserify": "0.0.0",
"path-to-regexp": "1.0.2"
}
}