-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.03 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
{
"name": "specify-assertions",
"version": "1.0.0",
"description": "Beautiful assertion library.",
"main": "lib/index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/origamitower/specify-assertions"
},
"keywords": [
"assertions",
"testing",
"specify"
],
"author": "Quildreen Motta",
"license": "MIT",
"bugs": {
"url": "https://github.com/origamitower/specify-assertions/issues"
},
"dependencies": {
"core.lambda": "^1.0.0",
"data.validation": "^1.2.0",
"deep-equal": "^0.2.1",
"boo": "^2.0.0",
"assertion-error": "^1.0.0",
"spice": "^1.0.2",
"data.future": "^2.1.0"
},
"devDependencies": {
"browserify": "~8.0.1",
"ink-docstrap": "git://github.com/robotlolita/docstrap",
"jsdoc": "^3.3.0-alpha5",
"hifive-tap": "~0.1.0",
"hifive": "~0.1.0",
"uglify-js": "~2.4.3",
"laws": "~0.2.1",
"claire": "^0.4.1",
"sweet.js": "^0.5.0",
"es5-shim": "~4.0.5",
"pinky": "^0.1.3"
}
}