forked from IIIF-Commons/manifold
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 931 Bytes
/
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
{
"name": "manifold",
"version": "1.1.9",
"description": "",
"main": "gulpfile.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/viewdir/manifold.git"
},
"author": "Edward Silverton <[email protected]> (http://edsilv.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/viewdir/manifold/issues"
},
"homepage": "https://github.com/viewdir/manifold#readme",
"devDependencies": {
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-bump": "^2.1.0",
"gulp-concat": "^2.6.0",
"gulp-connect": "^4.0.0",
"gulp-rename": "^1.2.2",
"gulp-typescript": "^2.13.4",
"gulp-utils": "viewdir/gulp-utils",
"manifesto": "viewdir/manifesto#v2.0.7",
"merge2": "^1.0.2",
"path": "^0.12.7",
"require-dir": "^0.3.0",
"run-sequence": "^1.2.1",
"yargs": "^4.7.1"
}
}