-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
57 lines (57 loc) · 1.23 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
{
"name": "algebraic",
"version": "0.0.10",
"description": "Algebraic modules and specifications",
"homepage": "https://github.com/reifyhealth/js-algebraic",
"bugs": {
"url": "https://github.com/reifyhealth/js-algebraic/issues",
"email": "[email protected]"
},
"main": "lib/index.js",
"scripts": {
"clean": "rm -rf lib; rm -rf node_modules"
},
"keywords": [
"algebraic",
"modules",
"functional",
"ml"
],
"author": {
"name": "Joseph Abrahamson",
"email": "[email protected]",
"url": "http://jspha.com"
},
"directories": {
"doc": "./doc",
"lib": "./lib"
},
"repository": {
"type": "git",
"url": "reifyhealth/js-algebraic"
},
"license": "Apache-2.0",
"devDependencies": {
"babelify": "^6.1.3",
"faucet": "0.0.1",
"gulp": "^3.9.0",
"gulp-babel": "^5.2.0",
"gulp-ext-replace": "^0.2.0",
"gulp-shell": "^0.4.2",
"gulp-tape": "0.0.1",
"tape": "^4.0.3"
},
"testling": {
"files": "lib/test/*.js",
"browsers": [
"ie/6..latest",
"chrome/22..latest",
"firefox/16..latest",
"safari/latest",
"opera/11.0..latest",
"iphone/6",
"ipad/6",
"android-browser/latest"
]
}
}