-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
78 lines (78 loc) · 1.96 KB
/
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
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
71
72
73
74
75
76
77
78
{
"name": "CrowdSim",
"version": "0.3.0",
"description": "Crowd Simulator and Demo App",
"main": "./dist/CrowdSim.min.js",
"scripts": {
"test": "gulp test",
"postinstall": "bower install"
},
"devDependencies": {
"brfs": "^1.4.0",
"browser-sync": "^2.8.1",
"browserify": "^11.0.1",
"browserify-shim": "^3.8.10",
"del": "^1.2.0",
"gulp": "^3.0.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-concat": "^2.0.0",
"gulp-copy": "0.0.2",
"gulp-csso": "^1.0.0",
"gulp-debug": "^2.1.0",
"gulp-filter": "^3.0.0",
"gulp-if": "^1.2.5",
"gulp-inject": "^1.5.0",
"gulp-jasmine": "^2.0.0",
"gulp-jscs": "^1.6.0",
"gulp-jshint": "^1.0.0",
"gulp-karma": "0.0.4",
"gulp-load-plugins": "^0.10.0",
"gulp-plumber": "^1.0.1",
"gulp-print": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.5.2",
"gulp-task-listing": "^1.0.1",
"gulp-uglify": "^1.0.0",
"gulp-useref": "^1.2.0",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.0.0",
"gulp-yuidoc": "^0.1.2",
"jshint-stylish": "^2.0.1",
"karma": "^0.12.24",
"karma-brackets": "^0.2.1",
"karma-browserify": "^4.2.1",
"karma-chrome-launcher": "^0.1.5",
"karma-firefox-launcher": "^0.1.3",
"karma-htmlfile-reporter": "^0.1.2",
"karma-jasmine": "^0.1.5",
"karma-junit-reporter": "^0.2.2",
"karma-phantomjs-launcher": "^0.1.4",
"lodash": "^3.10.0",
"lodash.assign": "^3.2.0",
"main-bower-files": "^2.9.0",
"node-notifier": "^4.2.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.3.0",
"wiredep": "^2.2.2",
"yargs": "^3.15.0"
},
"dependencies": {
"bower": "^1.3.12"
},
"repository": {
"type": "git",
"url": "https://github.com/Jacq/crowd-sim"
},
"keywords": [
"crowd",
"simulator",
"gulp",
"pixi.js"
],
"license": "",
"browserify-shim": {
"external": "global:External"
}
}