-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 840 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
{
"name": "combinatorial-explosion",
"version": "1.0.1",
"description": "Combinatorial explosion for arrays and trees",
"main": "lib/index.js",
"scripts": {
"prepublish": "babel --remove-comments --out-dir lib src",
"test": "mocha --compilers js:babel/register"
},
"keywords": [
"combinatorial",
"explosion",
"expand"
],
"author": "Pier Paolo Ramon <pierpaolo.ramon@smc.it>",
"license": "LGPL-2.1",
"devDependencies": {
"babel": "^4.6.0",
"mocha": "^2.1.0",
"should": "^5.0.1"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/yuchi/combinatorial-explosion.git"
},
"bugs": {
"url": "https://github.com/yuchi/combinatorial-explosion/issues"
},
"homepage": "https://github.com/yuchi/combinatorial-explosion"
}