forked from geordanr/xwing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 891 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
{
"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.15.0",
"grunt-contrib-uglify": "^0.11.0",
"grunt-iced-coffee": "^0.7.0-a",
"grunt-sass": "^1.0.0",
"iced-coffee-script": "^108.0.9",
"markdown": "^0.5.0",
"node-sass": "^3.3.3",
"phantomjs": "^1.9.18"
},
"engines": {
"node": "5.1.0"
}
}