-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.16 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.16 KB
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
41
42
43
44
{
"name": "staw-utopia",
"version": "1.0.0",
"description": "A Fleet Builder for Star Trek Attack Wing",
"author": "ComaToes",
"contributors": [
"KFNEXUS",
"jsterner73",
"CrazyVulcan",
"wiegeabo",
"SpinStabilized"
],
"license": "LGPL-3.0",
"homepage": "https://github.com/KFNEXUS/KFNEXUS.github.io#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/KFNEXUS/KFNEXUS.github.io.git"
},
"bugs": {
"url": "https://github.com/KFNEXUS/KFNEXUS.github.io/issues"
},
"scripts": {
"start": "grunt",
"data": "npm run lint-data && npm run generate-data",
"generate-data": "node ./src/data/index.js",
"lint-data": "eslint --fix 'src/data/**/*.js'"
},
"devDependencies": {
"eslint-config-fnd": "^1.3.0",
"grunt": "^1.0.0",
"grunt-angular-templates": "^1.1.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-uglify": "^3.3.0",
"grunt-contrib-watch": "^1.0.0",
"jquery-powertip": "^1.2.0"
},
"dependencies": {
"npm": "^5.7.1",
"uglify-js": "^3.4.9"
}
}