-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
41 lines (41 loc) · 893 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
{
"name": "coffee-formatter",
"version": "0.1.0",
"description": "A CoffeeScript formatter",
"main": "lib/formatter.js",
"directories": {
"doc": "docs",
"test": "test"
},
"dependencies": {
"lazy": "~1.0.11",
"optimist": "~0.5.0"
},
"devDependencies": {
"coffee-script": "^1.7.1",
"coffeelint": "^1.5.2",
"docco": "^0.6.3",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-coffeelint": "0.0.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-coffee": "^0.10.1",
"grunt-docco": "^0.3.3",
"grunt-simple-mocha": "^0.4.0",
"mocha": "^1.21.3"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/derekchiang/Coffee-Formatter.git"
},
"keywords": [
"CoffeeScript",
"formatter",
"auto-format"
],
"author": "Derek Chiang",
"license": "MIT"
}