-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 757 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 757 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
{
"name": "flux2",
"version": "1.3.1",
"description": "Clean and simple to use Flux library",
"main": "index.js",
"scripts": {
"build": "webpack"
},
"repository": {
"type": "git",
"url": "https://github.com/DenisIzmaylov/flux2"
},
"keywords": [
"react",
"flux",
"flux2"
],
"author": "Denis Izmaylov",
"license": "ISC",
"bugs": {
"url": "https://github.com/DenisIzmaylov/flux2/issues"
},
"homepage": "https://github.com/DenisIzmaylov/flux2",
"dependencies": {
"eventemitter3": "^0.1.6",
"inherits": "^2.0.1",
"lodash.assign": "^3.0.0",
"lodash.foreach": "^3.0.1",
"lodash.forown": "^3.0.0"
},
"devDependencies": {
"jsx-loader": "^0.13.2",
"webpack": "^1.4.15"
}
}