-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 751 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 751 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
36
{
"name": "jsw",
"version": "0.2.0",
"description": "Alternative Javascript syntax that uses significant whitespace",
"main": "lib/jsw.js",
"repository": {
"type": "git",
"url": "https://github.com/mark-hahn/jsw"
},
"keywords": [
"jsw",
"es6",
"javascript",
"coffeescript",
"translator"
],
"author": "Mark Hahn",
"license": "MIT",
"bugs": {
"url": "https://github.com/mark-hahn/jsw/issues"
},
"scripts": {
"prepublish": "scripts/compile"
},
"homepage": "https://github.com/mark-hahn/jsw",
"dependencies": {
"argparse": "^1.0.2",
"chalkline": "0.0.4",
"debug": "^2.2.0",
"uglify-js2": "^2.1.11"
},
"bin": {
"jsw": "scripts/run"
},
"preferGlobal": "true"
}