-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 932 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 932 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
36
{
"name": "learning-tips",
"version": "1.0.0",
"description": "this is a collection about some uesfull tools",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/moreJs/learning-tips.git"
},
"author": "huangjianlei.cool@163.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/moreJs/learning-tips/issues"
},
"homepage": "https://github.com/moreJs/learning-tips#readme",
"publishConfig": {
"registry": "http://registry.npm.alibaba-inc.com"
},
"dependencies": {
"babel-core": "^6.7.6",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"css-loader": "^0.23.1",
"immutable": "~3.8.0",
"normalizr": "~2.0.1",
"redux": "^3.4.0",
"style-loader": "^0.13.1",
"webpack": "^1.13.0"
},
"devDependencies": {
"rx": "^4.1.0"
}
}