-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 816 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 816 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
{
"name": "react_LYRASOFT",
"version": "0.0.0",
"description": "Introduction react.js",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --progress --colors",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/skylying/react_LYRASOFT.git"
},
"author": "Tim Lin",
"license": "BSD-2-Clause",
"devDependencies": {
"react": "~0.14.7",
"react-dom": "~0.14.7",
"webpack-dev-server": "~1.14.1",
"webpack": "~1.12.13",
"babel-core": "~6.5.2",
"babel-loader": "~6.2.2",
"babel-preset-react": "~6.5.0",
"babel-preset-es2015": "~6.5.0"
},
"bugs": {
"url": "https://github.com/skylying/react_LYRASOFT/issues"
},
"homepage": "https://github.com/skylying/react_LYRASOFT"
}