-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 861 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 861 Bytes
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
{
"name": "coffee-unused",
"version": "0.2.0",
"description": "Find unused variables and imports in CoffeeScript files",
"main": "index.js",
"scripts": {
"test": "jasmine-node --matchall --coffee test/test.spec.coffee"
},
"repository": {
"type": "git",
"url": "git+https://github.com/koding/coffee-unused.git"
},
"bin": {
"coffee-unused": "index.js"
},
"author": "Hakan Karadis <hakan@koding.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/koding/coffee-unused/issues"
},
"homepage": "https://github.com/koding/coffee-unused#readme",
"dependencies": {
"async": "2.1.4",
"coffee-react-transform": "3.3.0",
"coffee-script": "1.12.2",
"command-line-args": "2.1.6",
"decaffeinate-parser": "12.0.0",
"esprima": "3.1.3",
"jasmine-node": "1.14.5",
"walk": "2.3.9"
}
}