forked from pagi-org/pagijs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.28 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.28 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
48
49
50
51
52
{
"name": "pagi",
"version": "0.1.1",
"description": "A library for pagi manipulation.",
"license": "Apache-2.0",
"author": "Jared bunting <jared.bunting@peachjean.com>",
"contributors": [
{ "name": "Adam Barnhard", "email": "admbarn@gmail.com" },
{ "name": "Chason Choate", "email": "cha55son+pagijs@gmail.com" }
],
"repository": {
"type": "git",
"url": "git@github.com:pagi-org/pagijs.git"
},
"bugs": {
"url": "https://github.com/pagi-org/pagijs/issues"
},
"main": "src/js/pagi.js",
"scripts": {
"clean": "gulp clean",
"cleanBuild": "gulp",
"build": "gulp build",
"test": "gulp test",
"watch": "gulp watch",
"debug": "node debug $(which gulp) watch"
},
"devDependencies": {
"del": "^1.2.0",
"gulp": "^3.8.7",
"gulp-browserify": "^0.5.0",
"gulp-download": "0.0.1",
"gulp-gunzip": "0.0.2",
"gulp-jshint": "^1.8.4",
"gulp-mocha": "^1.0.0",
"gulp-rename": "^1.2.0",
"gulp-untar2": "0.0.6",
"jshint-stylish": "^0.4.0",
"libxslt": "^0.6.3",
"require-dir": "^0.1.0",
"run-sequence": "^1.1.2",
"sprintf-js": "^1.0.3"
},
"dependencies": {
"graphlib": "^2.1.0",
"q": "^1.4.1",
"sax": "^0.6.0",
"xml-escape": "^1.1.0"
},
"engines": {
"node": ">=0.10.3"
}
}