-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.11 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
45
46
{
"name": "minimux",
"version": "2.0.2",
"description": "A minimalist state manager inspired by Redux",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stevendesu/minimux.git"
},
"keywords": [
"elm",
"flux",
"redux",
"functional",
"predictable",
"state",
"reducer",
"immutable"
],
"author": "stevendesu <[email protected]>",
"license": "MITNFA",
"bugs": {
"url": "https://github.com/stevendesu/minimux/issues"
},
"homepage": "https://github.com/stevendesu/minimux#readme",
"devDependencies": {
"babel-preset-es2015": "^6.14.0",
"browserify": "^13.1.0",
"envify": "^3.4.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-gzip": "^1.4.0",
"gulp-ignore": "^2.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^2.0.0",
"gzip-size": "^3.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}