-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1004 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
41
42
{
"name": "typester",
"version": "1.0.1",
"description": "Fluent type verification for JavaScript",
"main": "lib/typester.js",
"dependencies": {
"topiarist": "~0.1"
},
"devDependencies": {
"dchambers-lib-build-tool": "~0.1",
"chai": "~1.9",
"sinon": "1.11.1",
"npm-watch": "~0.0"
},
"watch": {
"prepublish": "{lib,spec,scripts}/**/*.js"
},
"scripts": {
"prepublish": "node --harmony scripts/prepublish.js",
"postpublish": "node --harmony scripts/postpublish.js",
"test": "node --harmony scripts/test.js",
"test-browser": "node --harmony scripts/test-browser.js",
"test-performance": "node --harmony scripts/test-performance.js",
"watch": "npm-watch"
},
"repository": {
"type": "git",
"url": "git://github.com/dchambers/typester.git"
},
"keywords": [
"Type",
"Check",
"Checking",
"Typing",
"Arguments"
],
"author": "Dominic Chambers",
"license": "Apache License, Version 2.0",
"bugs": {
"url": "https://github.com/dchambers/typester/issues"
}
}