-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 1 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
{
"name": "scenaria",
"version": "0.5.0",
"description": "Scene editor using box2d for my bachelor's thesis",
"main": "./dist/js/app.js",
"dependencies": {
"lodash": "^4.17.4"
},
"devDependencies": {
"browser-sync": "^2.18.2",
"browserify": "^13.1.1",
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-gzip": "^1.4.0",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.9.1",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"jquery": "^3.1.1",
"jsdom": "^9.9.1",
"jsdom-global": "^2.1.1",
"lodash": "^4.17.4",
"mocha": "^3.2.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"test": "mocha --ui exports --reporter spec test"
},
"repository": {
"type": "git",
"url": "https://github.com/jkbmat/Bakalarska-praca.git"
},
"keywords": [
"box2d",
"bachelor's",
"scene",
"editor"
],
"author": "Jakub Matuska <jkb.matuska@gmail.com>",
"license": "BSD-3-Clause"
}