-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 787 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 787 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
{
"name": "react_client_starter_app",
"version": "0.0.2",
"description": "Client only React Starter App.",
"engines": {
"node": "5.2.0"
},
"scripts": {
"postinstall": "cd ./client && npm install",
"build": "cd ./client && npm run build",
"release": "cd ./client && npm run build && cd .. && s3_website push",
"hot": "cd ./client && npm run hot",
"test": "cd ./client && npm run test",
"coveralls": "cd ./client && npm run coveralls"
},
"repository": {
"type": "git",
"url": "https://github.com/atomicjolt/react_client_starter_app"
},
"keywords": [
"react"
],
"author": "atomicjolt",
"license": "MIT",
"homepage": "https://github.com/atomicjolt/react_client_starter_app",
"dependencies": {},
"devDependencies": {}
}