-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 971 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
36
37
38
39
{
"name": "friday",
"version": "1.0.0",
"description": "F.R.I.D.A.Y.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server": "babel-node server.js",
"build": "babel-node --stack_size=9840 webpack/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/helly0d/FRIDAY.git"
},
"keywords": [
"friday"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/helly0d/FRIDAY/issues"
},
"homepage": "https://github.com/helly0d/FRIDAY#readme",
"devDependencies": {
"babel-cli": "6.18.0",
"babel-loader": "6.2.8",
"babel-preset-react-es2015": "1.2.0",
"chalk": "1.1.3",
"eslint": "3.10.2",
"eslint-plugin-react": "6.7.1",
"express": "4.14.0",
"gl-matrix": "2.3.2",
"raf": "3.3.0",
"react": "15.4.0",
"react-dom": "15.4.0",
"webpack": "1.13.3",
"webpack-hot-middleware": "2.13.2"
}
}