-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 922 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": "fody-alt-app",
"version": "4.0.0",
"description": "React/Alt App with context",
"main": "lib/AltApp.js",
"browser": "browser/lib/AltApp.js",
"scripts": {
"test": "make test",
"lint": "make lint",
"build": "make build",
"postpublish": "make post-publish",
"preversion": "make pre-version",
"version": "make version",
"watch": "make watch"
},
"repository": "turacojs/fody-alt-app",
"keywords": [
"react"
],
"author": "Christophe Hurpeau <[email protected]> (http://christophe.hurpeau.com/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/turacojs/fody-alt-app/issues"
},
"homepage": "https://github.com/turacojs/fody-alt-app#readme",
"devDependencies": {
"eslint": "^2.7.0",
"eslint-config-pob": "^5.0.0",
"springbokjs-library": "^17.0.0"
},
"dependencies": {
"fody-app": "^2.0.0",
"react": "^15.0.1"
}
}