-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.15 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
{
"name": "spotmap",
"description": "Parkour.org Spotmap",
"version": "0.2.11",
"homepage": "https://github.com/windowsfreak/spotmap",
"author": {
"name": "Björn Eberhardt",
"email": "info@parkour.org",
"url": "https://www.parkourg.org/map/"
},
"repository": {
"type": "git",
"url": "git://github.com/windowsfreak/spotmap.git"
},
"bugs": {
"url": "https://github.com/windowsfreak/spotmap/issues"
},
"license": "MIT",
"main": "src/scripts/base",
"engines": {
"node": ">=7.0.0"
},
"scripts": {
"install": "node install.js",
"test": "grunt test"
},
"devDependencies": {
"babel-core": ">=6.0.0",
"babel-preset-env": "^1.6.1",
"fs-extra": ">=2.0.0",
"grunt": ">=1.0.1",
"grunt-babel": "^7.0.0",
"grunt-contrib-concat": ">=1.0.1",
"grunt-contrib-copy": ">=1.0.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-jshint": ">=1.1.0",
"grunt-contrib-uglify": ">=2.1.0",
"grunt-contrib-watch": ">=1.0.0",
"grunt-mocha": ">=1.0.4",
"grunt-mocha-test": ">=0.13.2",
"rimraf": ">=2.5.4"
},
"keywords": [],
"dependencies": {
"babel-polyfill": "^6.23.0"
}
}