-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1007 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
{
"name": "xing-traceur",
"version": "0.0.7",
"description": "Traceur Task for Xing",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/LRDesign/xing-traceur.git"
},
"keywords": [
"es6",
"traceur",
"xing",
"npm"
],
"author": "Logical Reality Design (Evan Dorn, Judson Lester, Hannah Howard)",
"license": "ISC",
"bugs": {
"url": "https://github.com/LRDesign/xing-traceur/issues"
},
"homepage": "https://github.com/LRDesign/xing-traceur",
"dependencies": {
"chalk": "^1.1.0",
"commander": "^2.8.1",
"es6-promise": "^2.3.0",
"glob": "^5.0.13",
"grunt-legacy-log": "^0.1.2",
"object-assign": "^3.0.0",
"traceur": "0.0.87"
},
"scripts": {
"test": "./command.js --maps test/test_files/moduleMaps.json --out test/test_output/output.js test/test_files/main.js"
},
"bin": {
"xing-traceur" : "./command.js"
}
}