forked from watilde/tvm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 857 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
{
"name": "tvm",
"version": "0.7.0",
"description": "TypeScript Version Manager",
"main": "./lib/tvm",
"bin": {
"tvm": "./bin/tvm.js"
},
"scripts": {
"test": "./node_modules/.bin/mocha --require power_assert.js ./spec/*.js"
},
"dependencies": {
"async": "^0.9.0",
"update-notifier": "^0.2.2"
},
"devDependencies": {
"mocha": "^2.0.1",
"chai": "^1.10.0",
"power-assert": "^0.10.0",
"espower-loader": "^0.10.0"
},
"repository": {
"type": "git",
"url": "git@github.com:watilde/tvm.git"
},
"keywords": [
"TypeScript"
],
"homepage": "http://watilde.github.io/tvm/",
"author": {
"name": "Daijiro Wachi",
"email": "daijiro.wachi@gmail.com",
"url": "https://github.com/watilde/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/watilde/tvm/issues"
}
}