-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.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
{
"name": "cerebral-angular-immutable-store",
"version": "0.4.0",
"description": "A Cerebral package for angular and immutable store",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --devtool eval --progress --colors --content-base build",
"deploy": "NODE_ENV=production webpack -p --config webpack.production.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/christianalfoni/cerebral-angular-immutable-store.git"
},
"keywords": [
"angular",
"immutable",
"cerebral"
],
"author": "Christian Alfoni",
"license": "MIT",
"bugs": {
"url": "https://github.com/christianalfoni/cerebral-angular-immutable-store/issues"
},
"homepage": "https://github.com/christianalfoni/cerebral-angular-immutable-store",
"peerDependencies": {
"immutable-store": "^0.5.2",
"angular": "^1.4.3"
},
"dependencies": {
"cerebral": "^0.15.0"
},
"devDependencies": {
"babel-core": "^5.8.3",
"babel-loader": "^5.3.2",
"css-loader": "^0.15.6",
"node-libs-browser": "^0.5.2",
"style-loader": "^0.12.3",
"todomvc-app-css": "^2.0.1",
"todomvc-common": "^1.0.2",
"webpack": "^1.10.1",
"webpack-dev-server": "^1.10.1"
}
}