-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 870 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 870 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
30
31
32
33
34
35
{
"name": "hackjam-react",
"version": "0.0.1",
"main": "index.js",
"scripts": {
"test": "jest",
"run:browser": "hackages live",
"run:watch": "hackages watch",
"prestart": "npm i",
"start": "npm-run-all --parallel run:watch run:browser",
"deploy": "surge"
},
"keywords": [
"react, hackages, hackjam"
],
"author": "007@hackages.io",
"license": "MIT",
"dependencies": {
"hackages": "0.0.8",
"react": "^15.0.2",
"react-dom": "^15.0.2"
},
"devDependencies": {
"npm-run-all": "^2.1.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hackages/hackjam-react.git"
},
"bugs": {
"url": "https://github.com/hackages/hackjam-react/issues"
},
"homepage": "https://github.com/hackages/hackjam-react#readme",
"description": "this application does'nt work, fix it please!!"
}