-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.2 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
47
48
{
"name": "stappo",
"description": "maybe the smallest application state manager ever",
"version": "0.0.7",
"author": "Oliver Hager",
"email": "[email protected]",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/ohager/stappo"
},
"keywords": [
"react",
"reactjs",
"riotjs",
"angular2",
"flux",
"redux",
"mobx",
"state management",
"application state"
],
"license": "MIT",
"devDependencies": {
"async": "^2.0.0-rc.6",
"babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
"babel-preset-es2015": "^6.18.0",
"babelify": "^7.3.0",
"browserify": "^11.0.1",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.2",
"gulp-browserify": "^0.5.1",
"gulp-jasmine": "^2.0.1",
"gulp-post": "^1.0.2",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-uglify": "^1.4.1",
"jasmine-core": "^2.3.4",
"jasmine-node": "^1.14.5",
"object-assign": "^4.0.1",
"run-sequence": "^0.3.2"
},
"scripts": {
"test": "gulp compile:bundle && node ./node_modules/jasmine-node/lib/jasmine-node/cli.js ./spec --verbose",
"build": "gulp",
"release": "npm run build && npm publish"
}
}