forked from geordanr/xwing
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 900 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 900 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": "yasb",
"description": "Squad builder for Fantasy Flight Games' X-Wing Miniatures Game",
"version": "0.0.1",
"author": "Geordan Rosario <geordan@gmail.com>",
"license": "MIT",
"main": "app/index.html",
"private": "true",
"scripts": {
"noisy-test": "casperjs --verbose --log-level=debug test tests/test*.coffee",
"test": "casperjs test tests/test*.coffee"
},
"devDependencies": {
"bower": "^1.3.12",
"casperjs": "*",
"coffee-script": "^1.9.1",
"grunt": "^0.4.5",
"grunt-bower-task": "^0.4.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jade": "^0.14.1",
"grunt-contrib-uglify": "^0.8.0",
"grunt-iced-coffee": "^0.7.0-a",
"grunt-sass": "^0.18.1",
"iced-coffee-script": "^1.8.0-d",
"markdown": "^0.5.0",
"node-sass": "^3.0.0-alpha.0",
"phantomjs": "^1.9.10"
},
"engines": {
"node": "0.10.x"
}
}