-
Notifications
You must be signed in to change notification settings - Fork 74
/
package.json
48 lines (48 loc) · 1.14 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
48
{
"name": "tsify",
"version": "0.12.2",
"description": "Browserify plugin for compiling Typescript",
"main": "index.js",
"scripts": {
"lint": "jshint --reporter node_modules/jshint-stylish/stylish.js .",
"test": "test-peer-range browserify",
"test-main": "node test/test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/TypeStrong/tsify"
},
"keywords": [
"browserify",
"browserify-plugin",
"typescript"
],
"author": "Greg Smith",
"license": "MIT",
"bugs": {
"url": "https://github.com/TypeStrong/tsify/issues"
},
"homepage": "https://github.com/TypeStrong/tsify",
"dependencies": {
"convert-source-map": "^1.1.0",
"debuglog": "^1.0.1",
"lodash": "^3.8.0",
"through2": "^2.0.0",
"typescript": "~1.6.2"
},
"devDependencies": {
"browserify": "^11.0.1",
"event-stream": "^3.3.1",
"fs-extra": "^0.22.1",
"jshint": "^2.7.0",
"jshint-stylish": "^2.0.1",
"node-foo": "^0.2.3",
"source-map": "^0.4.2",
"tape": "^4.0.0",
"test-peer-range": "^1.0.1",
"watchify": "^3.2.1"
},
"peerDependencies": {
"browserify": ">= 6.x"
}
}