-
Notifications
You must be signed in to change notification settings - Fork 143
/
package.json
43 lines (43 loc) · 1.23 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": "re-base",
"version": "4.0.0",
"description": "A Relay inspired library for building React.js + Firebase applications.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/tylermcginnis/re-base"
},
"author": "Tyler McGinnis and Jacob Turner",
"peerDependencies": {
"firebase": "^5.3.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^6.2.7",
"babel-plugin-istanbul": "^4.1.6",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"coveralls": "^2.13.3",
"cross-env": "^4.0.0",
"firebase": "^5.3.0",
"jasmine-core": "^2.99.1",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.2",
"karma-failed-reporter": "0.0.3",
"karma-firefox-launcher": "^1.1.0",
"karma-jasmine": "^1.1.2",
"karma-spec-reporter": "0.0.26",
"karma-webpack": "^1.8.0",
"node-libs-browser": "^1.0.0",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"webpack": "^1.13.3"
},
"scripts": {
"build": "webpack",
"test": "cross-env NODE_ENV=test karma start tests/karma.conf.js",
"travis": "./node_modules/karma/bin/karma start tests/karma.conf.js"
},
"license": "MIT"
}