forked from dennybritz/neal-react
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 751 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 751 Bytes
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
{
"name": "neal-react",
"version": "0.1.8",
"description": "react components for startup landing pages.",
"repository": "https://github.com/dennybritz/neal-react",
"main": "build/app.js",
"scripts": {
"build": "babel js --out-dir build",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint --ext js,jsx js/"
},
"author": "Denny Britz",
"license": "ISC",
"dependencies": {
"babel-polyfill": "^6.0.16",
"classnames": "^2.1.5",
"react": "^0.14.0"
},
"devDependencies": {
"babel": "^5.8.29",
"babel-eslint": "^4.1.3",
"eslint": "^1.6.0",
"eslint-plugin-react": "^3.5.1",
"eslint-config-defaults": "^7.1.1"
},
"babel": {
"optional": "es7.classProperties"
}
}