-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 810 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 810 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
{
"name": "immstruct-react",
"version": "1.0.0",
"description": "immstruct react example, without omniscient",
"main": "hot-reload-server.js",
"dependencies": {
"immstruct": "^1.3.1",
"omniscient": "^2.1.0",
"react": "^0.12.2",
"react-hot-loader": "^1.1.4",
"webpack": "^1.5.3",
"webpack-dev-server": "^1.7.0"
},
"devDependencies": {},
"scripts": {
"watch": "node hot-reload-server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/omniscient/immstruct-react"
},
"keywords": [
"immstruct",
"react",
"webpack",
"hot-reload"
],
"author": "@torgeir",
"license": "mit",
"bugs": {
"url": "https://github.com/omniscient/immstruct-react/issues"
},
"homepage": "https://github.com/omniscient/immstruct-react"
}