-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.16 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
{
"name": "noml",
"version": "1.0.10",
"description": "NOML",
"main": "./lib/index.js",
"typings": "./lib/index",
"scripts": {
"typings": "typings",
"build": "tsc",
"prebuild": "typings install",
"test": "karma start --single-run --browsers Chrome",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adamduffy/noml.git"
},
"author": "Adam Duffy",
"license": "MIT",
"typescript": {
"definition": "noml.d.ts"
},
"bugs": {
"url": "https://github.com/adamduffy/noml/issues"
},
"homepage": "https://github.com/adamduffy/noml#readme",
"devDependencies": {
"chai": "^3.5.0",
"es6-promise": "^3.1.2",
"karma": "^0.13.21",
"karma-chrome-launcher": "^0.2.2",
"karma-jsdom-launcher": "^3.0.0",
"karma-mocha": "^0.2.2",
"karma-webpack": "^1.7.0",
"mocha": "^2.5.2",
"retyped-core-decorators-tsd-ambient": "^0.1.5-0",
"ts-loader": "^0.8.1",
"ts-node": "^0.9.1",
"typescript": "^1.8.10",
"typings": "^1.3.0",
"webpack": "^1.13.1"
},
"dependencies": {
"autobind-decorator": "^1.3.3",
"core-decorators": "^0.12.3"
}
}