-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 1.58 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
{
"name": "vulp",
"version": "0.7.3",
"main": "lib/",
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/freemountain/vulp.git"
},
"keywords": [
"vulp",
"deku",
"functional",
"component"
],
"scripts": {
"build": "rm -rf ./dist && ./node_modules/.bin/gobble build dist",
"dev": "./node_modules/.bin/gobble",
"doc": "./node_modules/.bin/esdoc -c esdoc.json",
"test": "./node_modules/.bin/_mocha --compilers js:babel-register src/tests",
"lint": "./node_modules/.bin/eslint -c ./.eslintrc src/ examples/",
"clean": "rm -rf dist && rm -rf .gobble*"
},
"devDependencies": {
"babel-cli": "^6.5.1",
"babel-eslint": "^5.0.0",
"babel-plugin-transform-react-jsx": "^6.5.2",
"babel-preset-es2015": "^6.3.13",
"babel-preset-stage-2": "^6.3.13",
"babel-register": "^6.4.3",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"chai": "^3.4.1",
"esdoc": "^0.4.3",
"eslint": "2.2.0",
"eslint-plugin-react": "^4.0.0",
"gobble": "^0.10.2",
"gobble-babel": "^6.0.0",
"gobble-cli": "^0.6.0",
"gobble-eslint": "^0.1.0",
"gobble-replace": "^0.3.1",
"gobble-zip": "0.0.2",
"mocha": "^2.3.4",
"rewire": "^2.5.1",
"semver": "^5.1.0",
"shelljs": "^0.6.0"
},
"dependencies": {
"@f/map-obj": "^1.2.2",
"@f/pick": "^1.1.2",
"@f/zip-obj": "^1.1.1",
"deku": "^2.0.0-rc16",
"deku-memoize": "^1.2.0",
"flyd": "^0.2.1",
"immpatch": "^0.2.0",
"immutable": "^3.7.6",
"inflection": "^1.8.0",
"tcomb": "^2.6.0"
}
}