-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 969 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
40
{
"name": "shlux",
"version": "0.1.4",
"description": "Simple store for your fluxish application",
"main": "index.js",
"scripts": {
"test": "mocha ./test",
"autotest": "mocha --watch ./test",
"build": "webpack",
"start": "webpack-dev-server --content-base example/"
},
"author": "dolbyzerr",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.1.2",
"babel-loader": "^6.0.1",
"babel-preset-es2015": "^6.1.2",
"babel-preset-react": "^6.1.2",
"immutable": "^3.7.5",
"mocha": "^2.3.4",
"react": "^0.14.2",
"react-dom": "^0.14.2",
"webpack-dev-server": "^1.12.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dolbyzerr/shlux.git"
},
"peerDependencies": {
"immutable": "^3.7.5"
},
"keywords": [
"flux",
"react"
],
"bugs": {
"url": "https://github.com/dolbyzerr/shlux/issues"
},
"homepage": "https://github.com/dolbyzerr/shlux#readme"
}