-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 971 Bytes
/
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
{
"name": "@zambezi/fun",
"version": "2.0.1",
"description": "Functional goodies from the Zambezi team",
"keywords": [
"functional"
],
"main": "dist/fun.js",
"homepage": "https://github.com/zambezi/fun",
"scripts": {
"build": "mkdirp dist && rollup -c",
"clean": "rimraf dist",
"watch": "rollup -c -w",
"test": "standard && mocha",
"pretest": "npm run clean && npm run build",
"prepublish": "npm test"
},
"standard": {
"env": [ "mocha" ]
},
"repository": {
"type": "git",
"url": "[email protected]:zambezi/fun.git"
},
"devDependencies": {
"babel-preset-es2015": "6.9.0",
"babel-preset-es2015-rollup": "1.1.1",
"babel-register": "6.9.0",
"babelrc-rollup": "2.0.0",
"d3-array": "1.0.1",
"mkdirp": "0.5.1",
"mocha": "2.5.3",
"rimraf": "2.5.3",
"rollup": "0.26.3",
"rollup-plugin-babel": "2.3.9",
"standard": "^9.0.2"
},
"dependencies": {},
"license": "MIT"
}