-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.06 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
{
"name": "zippa",
"version": "0.3.1",
"description": "A Generic Zipper Library",
"main": "lib/index.js",
"scripts": {
"test": "make test",
"prepublish": "make build"
},
"keywords": [
"zipper",
"functional",
"immutable"
],
"author": "Tommi Kaikkonen <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/tommikaikkonen/zippa.git"
},
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.9.0",
"chai": "^3.5.0",
"documentation": "github:documentationjs/documentation#9e47ec103b42cb9f5ffdca295b47b07443c535d6",
"eslint": "^3.1.0",
"eslint-config-airbnb": "9.0.1",
"eslint-plugin-import": "^1.11.0",
"gulp": "^3.9.1",
"gulp-gh-pages": "^0.5.4",
"mocha": "^2.4.5",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0",
"webpack": "^1.13.1"
},
"dependencies": {
"ramda": "^0.21.0"
}
}