forked from raithos/xwing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 956 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
{
"name": "yasb",
"description": "Squad builder for Atomic Mass Games ' X-Wing Miniatures Game",
"version": "2.5.0",
"author": [
"Geordan Rosario <[email protected]>",
"Stephen Kim <[email protected]>",
"Patrick Mischke <Patschke>"
],
"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": "*",
"casperjs": "*",
"coffeescript": "*",
"grunt": "*",
"grunt-bower-task": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-pug": "*",
"grunt-contrib-uglify": "*",
"grunt-iced-coffee": "*",
"grunt-sass": "*",
"iced-coffee-script": "*",
"jstransformer-coffee-script": "*",
"jstransformer-markdown": "*",
"node-sass": "*",
"phantomjs-prebuilt": "*"
},
"engines": {
"node": "*"
}
}