forked from geordanr/xwing
-
Notifications
You must be signed in to change notification settings - Fork 81
/
Copy pathpackage.json
35 lines (35 loc) · 826 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
{
"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",
"devDependencies": {
"bower": "*",
"coffeescript": "*",
"grunt": "*",
"grunt-bower-task": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-pug": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-coffee": "*",
"grunt-sass": "*",
"jstransformer-coffee-script": "*",
"jstransformer-markdown": "*",
"sass": "*",
"phantomjs-prebuilt": "*"
},
"engines": {
"node": "*"
},
"dependencies": {
"install": "^0.13.0",
"sass": "^1.85.0"
}
}