-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 784 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 784 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
33
34
35
{
"name": "coffee2json",
"publishConfig": {
"proprietary-attribs": false
},
"description": "coffee to json convertor",
"keywords": [
"coffee-script",
"json",
"convertor"
],
"version": "0.1.0",
"homepage": "https://github.com/wlaurance/coffee2json",
"author": "Will S. Laurance <w.laurance@gmail.com> (http://wlaurance.com)",
"repository": {
"type": "git",
"url": "git://github.com/wlaurance/coffee2json.git"
},
"main": "lib/coffee2json",
"bin": {
"coffee2json": "./lib/c2j"
},
"dependencies": {
"coffee-script": ">=1.2.0",
"optimist": ">=0.3.1",
"replace": ">=0.1.9",
"jsonlint": ">=1.3.0",
"which": "~1.0.5"
},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": "*"
}
}