-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 953 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
{
"name": "endothermic",
"version": "2.1.1",
"description": "Create React Components with Firebase bindings w/ ES7 Syntax",
"main": "index.js",
"dependencies": {
"es6-symbol": "^3.0.1"
},
"devDependencies": {
"babel-eslint": "^4.1.3",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-1": "^6.3.13",
"eslint-plugin-react": "^3.5.1",
"eslint": "^1.7.1"
},
"peerDependencies": {
"react": "^0.14.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel source -d build",
"prepublish": "npm run build"
},
"author": "Michiel Dral <michiel@dral.eu>",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/dralletje/endothermic.git"
},
"bugs": {
"url": "https://github.com/dralletje/endothermic/issues"
},
"homepage": "https://github.com/dralletje/endothermic#readme"
}