-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
86 lines (86 loc) · 2.27 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "refer",
"version": "0.0.16",
"description": "redux-like library for handling global state on functional style",
"main": "lib/index.js",
"jsnext:main": "src/index.js",
"scripts": {
"test": "mocha --compilers js:babel/register --recursive",
"test:watch": "npm test -- --watch",
"build:lib": "babel src --out-dir lib",
"build:umd": "webpack src/index.js dist/refer.js --config webpack.config.development.js",
"build:umd:min": "webpack src/index.js dist/refer.min.js --config webpack.config.production.js",
"build": "npm run build:lib && npm run build:umd && npm run build:umd:min",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lucifier129/refer.git"
},
"keywords": [
"refer",
"reducer",
"state",
"predictable",
"functional",
"immutable",
"hot",
"live",
"replay",
"flux"
],
"author": {
"name": "Jade Gu",
"email": "[email protected]",
"url": "https://github.com/Lucifier129"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Lucifier129/refer/issues"
},
"homepage": "https://github.com/Lucifier129/refer",
"devDependencies": {
"babel": "^5.5.8",
"babel-core": "^5.6.18",
"babel-loader": "^5.1.4",
"expect": "^1.8.0",
"mocha": "^2.2.5",
"webpack": "^1.9.6",
"webpack-dev-server": "^1.8.2"
},
"npmName": "refer",
"npmFileMap": [
{
"basePath": "/dist/",
"files": [
"*.js"
]
}
],
"gitHead": "4cd0eb7041fe9847ec22dc814b17ca7906f22f58",
"_id": "[email protected]",
"_shasum": "895841b3bf53ef2d565191eee1bcf33646a1e037",
"_from": "[email protected]",
"_npmVersion": "2.11.3",
"_nodeVersion": "2.3.3",
"_npmUser": {
"name": "lucifier129",
"email": "[email protected]"
},
"maintainers": [
{
"name": "lucifier129",
"email": "[email protected]"
}
],
"dist": {
"shasum": "895841b3bf53ef2d565191eee1bcf33646a1e037",
"size": 11216,
"noattachment": false,
"tarball": "http://registry.npm.taobao.org/refer/download/refer-0.0.7.tgz"
},
"directories": {},
"publish_time": 1444269158579,
"_cnpm_publish_time": 1444269158579,
"_resolved": "https://registry.npm.taobao.org/refer/download/refer-0.0.7.tgz"
}