-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
48 lines (48 loc) · 1.25 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
{
"name": "h5o-bookmarklet",
"version": "0.12.4",
"description": "HTML5 outliner (bookmarklet)",
"main": "dist/bookmarklet.min.js",
"scripts": {
"prepublish": "in-publish && [ ! -z $TRAVIS_TAG ] && ls dist/bookmarklet.html || in-install",
"postpublish": "grunt gh-pages",
"test": "grunt"
},
"files": [
"dist/bookmarklet.debug.js",
"dist/bookmarklet.min.js",
"dist/bookmarklet.html"
],
"repository": {
"type": "git",
"url": "https://github.com/h5o/h5o-bookmarklet.git"
},
"author": {
"name": "Dominykas Blyžė",
"email": "[email protected]",
"url": "http://www.dominykas.com/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/h5o/h5o-bookmarklet/issues"
},
"homepage": "https://github.com/h5o/h5o-bookmarklet",
"devDependencies": {
"cssify": "0.7.x",
"ejs": "2.x",
"grunt": "0.4.x",
"grunt-browserify": "3.x",
"grunt-bump": "0.3.x",
"grunt-checkbranch": "1.x",
"grunt-checkpending": "1.x",
"grunt-cli": "0.1.x",
"grunt-contrib-clean": "0.6.x",
"grunt-contrib-uglify": "0.9.x",
"grunt-gh-pages": "0.10.x",
"h5o": "0.11.x",
"iframeish": "0.1.x",
"in-publish": "1.x",
"load-grunt-tasks": "3.x",
"time-grunt": "1.x"
}
}