forked from selsamman/supertype
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 885 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": "supertype",
"description": "A type system for classical inheritence, mix-ins and composition.",
"homepage": "https://github.com/selsamman/supertype",
"version": "1.4.9",
"devDependencies": {
"chai": "*",
"eslint": "3.7.x",
"istanbul": "0.4.5",
"mocha": "^3.1.2",
"sinon": "1.15.x",
"q": "1.x"
},
"scripts": {
"lint": "eslint .",
"test": "istanbul cover _mocha -- test/* -R spec",
"test:config": "mocha test/config",
"test:example": "mocha test/example"
},
"directories": {
},
"engines": {
"node": ">=0.8.0"
},
"repository": {
"type": "git",
"url": "git://github.com/selsamman/supertype.git"
},
"bugs": {
"url": "http://github.com/selsamman/supertype/issues"
},
"optionalDependencies": {}
}