forked from swarmsim/swarm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.1 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 2.1 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "swarm",
"version": "1.0.66",
"description": "Swarm Simulator - an incremental/idle game. Starting with only a few larvae and a small pile of meat, build a merciless swarm of giant alien bugs.",
"repository": {
"url": "http://github.com/erosson/swarm.git",
"type": "git"
},
"license": "GPL-2.0",
"devDependencies": {
"bower": "^1.3.1",
"coffee-script": "^1.9.1",
"coffeelint": "^1.9.2",
"grunt": "^1.0.1",
"grunt-angular-templates": "^1.0.1",
"grunt-autoprefixer": "^3.0.3",
"grunt-coffeelint": "0.0.16",
"grunt-concurrent": "^2.1.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-coffee": "^1.0.0",
"grunt-contrib-compass": "^1.0.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.2",
"grunt-contrib-htmlmin": "^2.0.0",
"grunt-contrib-imagemin": "^1.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-filerev": "^2.1.2",
"grunt-gh-pages": "^2.0.0",
"grunt-githash": "^0.1.3",
"grunt-google-cdn": "^0.4.3",
"grunt-karma": "^2.0.0",
"grunt-manifest": "0.4.4",
"grunt-newer": "^1.1.0",
"grunt-ng-constant": "^2.0.0",
"grunt-ngmin": "^0.0.3",
"grunt-svgmin": "^4.0.0",
"grunt-usemin": "^3.0.0",
"grunt-wiredep": "^3.0.1",
"jasmine-core": "^2.4.1",
"jshint-stylish": "^2.1.0",
"json-stable-stringify": "^1.0.0",
"karma": "^1.3.0",
"karma-coffee-preprocessor": "^1.0.1",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.2",
"load-grunt-tasks": "^3.1.0",
"lodash": "^4.0.0",
"phantomjs-polyfill": "0.0.2",
"serve-static": "^1.10.1",
"tabletop": "^1.3.5",
"time-grunt": "^1.0.0"
},
"dependencies": {},
"engines": {
"node": ">=6.9.2"
},
"scripts": {
"postinstall": "bower install",
"prestart": "npm install",
"start": "grunt serve",
"pretest": "npm install",
"preversion": "npm test",
"test": "grunt test",
"test-single-run": "grunt test"
}
}