-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 761 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 761 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": "fluxify",
"version": "0.2.3",
"description": "The simplest flux implementation",
"homepage": "https://github.com/arqex/fluxify",
"main": "fluxify.js",
"scripts": {
"test": "node_modules/mocha/bin/mocha tests"
},
"repository": {
"type": "git",
"url": "https://github.com/arqex/fluxify.git"
},
"keywords": [
"flux",
"react",
"fluxjs",
"reactjs"
],
"author": "Javi Marquez (http://arqex.com)",
"license": "GNU-2",
"bugs": {
"url": "https://github.com/arqex/fluxify/issues"
},
"devDependencies": {
"mocha": "~2.0.1",
"unit.js": "~1.0.2",
"es6-promise": "~2.0.0",
"gulp-uglify": "~1.0.1",
"gulp-rename": "~1.2.0",
"gulp-insert": "~0.4.0",
"gulp": "~3.8.11"
}
}