-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.71 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "nux",
"version": "2.1.1",
"description": "A push-based functional reactive web application framework",
"main": "lib/index.js",
"scripts": {
"test": "./node_modules/.bin/karma start karma.conf.js",
"generate-docs": "./node_modules/.bin/jsdoc ./lib/*.js --destination ./docs/"
},
"keywords": [
"immutable",
"redux",
"flux",
"functional-reactive",
"functional",
"reactive",
"virtual-dom",
"state-machine",
"reducer",
"state",
"predictable",
"elm",
"ohm",
"mercury",
"hyperscript",
"flux",
"isomorphic"
],
"repository": {
"type": "git",
"url": "https://github.com/marknutter/nux.git"
},
"homepage": "http://marknutter.github.io/nux/",
"dependencies": {
"dom-delegator": "^13.1.0",
"immutable": "^3.7.5",
"reduce-reducers": "^0.1.1",
"redux": "^3.0.4",
"redux-logger": "^2.3.1",
"redux-thunk": "^1.0.3",
"rlite-router": "^1.1.1",
"virtual-dom": "^2.1.1"
},
"devDependencies": {
"babel-preset-es2015": "^6.3.13",
"babelify": "~5.0.3",
"browser-sync": "^1.7.1",
"browserify": "^6.3.3",
"gulp": "~3.9.0",
"gulp-babel": "^6.1.1",
"gulp-rename": "^1.2.2",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^1.5.1",
"jsdoc": "^3.4.0",
"karma": "^0.12.28",
"karma-babel-preprocessor": "^5.2.1",
"karma-browserify": "^4.4.2",
"karma-chrome-launcher": "^0.2.0",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.2.1",
"karma-sourcemap-loader": "^0.3.5",
"lodash": "^2.4.1",
"rimraf": "~2.2.8",
"vinyl-source-stream": "^1.0.0",
"watchify": "^2.1.1"
},
"author": "Mark Nutter <[email protected]>",
"license": "ISC"
}