-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
53 lines (53 loc) · 1.32 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
44
45
46
47
48
49
50
51
52
53
{
"name": "h5o",
"version": "0.11.3",
"description": "HTML5 outliner",
"main": "index.js",
"scripts": {
"prepublish": "in-publish && [ ! -z $TRAVIS_TAG ] && ls dist/outliner.min.js || in-install",
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/h5o/h5o-js.git"
},
"author": {
"name": "Dominykas Blyžė",
"email": "[email protected]",
"url": "http://www.dominykas.com/"
},
"contributors": [
{
"name": "Jeffrey Yasskin",
"email": "[email protected]",
"url": "https://github.com/jyasskin"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/h5o/h5o-js/issues"
},
"homepage": "https://github.com/h5o/h5o-js",
"devDependencies": {
"buster": "0.7.x",
"buster-reporter-sauce": "0.1.x",
"grunt": "1.x",
"grunt-browserify": "5.x",
"grunt-bump": "0.8.x",
"grunt-buster": "0.4.x",
"grunt-checkbranch": "1.x",
"grunt-checkpending": "1.x",
"grunt-cli": "1.x",
"grunt-contrib-clean": "1.x",
"grunt-contrib-uglify": "1.x",
"grunt-contrib-watch": "1.x",
"grunt-open": "0.2.x",
"grunt-saucelabs": "9.x",
"in-publish": "2.x",
"jsdom": "9.x",
"load-grunt-tasks": "3.x",
"phantomjs-prebuilt": "2.x",
"resolve-bin": "0.4.x",
"time-grunt": "1.x"
}
}