-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.24 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
{
"name": "dokuvis-gui",
"version": "0.1.8",
"description": "Online tool for the documentation of digital reconstructions and their modelling processes",
"main": "app/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Brakebein/DokuVis.git"
},
"author": "Brakebein",
"license": "ISC",
"bugs": {
"url": "https://github.com/Brakebein/DokuVis/issues"
},
"homepage": "https://github.com/Brakebein/DokuVis#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"bootstrap-sass": "^3.3.7",
"bootswatch": "^3.3.7",
"dgeni-alive": "^0.4.1",
"grunt": "^1.0.2",
"grunt-babel": "^7.0.0",
"grunt-bower-concat": "^1.0.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-filerev": "^2.3.1",
"grunt-jsdoc": "^2.2.1",
"grunt-string-replace": "^1.3.1",
"grunt-usemin": "^3.1.1",
"grunt-version": "^1.2.1",
"grunt-wiredep": "^3.0.1",
"jsdoc-baseline": "https://github.com/hegemonic/baseline/tarball/222e13a"
}
}