-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.15 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
{
"name": "iframeish",
"version": "0.1.0",
"description": "Helps work with iframes",
"main": "index.js",
"scripts": {
"prepublish": "in-publish && [ ! -z $TRAVIS_TAG ] && ls dist/Iframeish.min.js || in-install",
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/h5o/iframeish.git"
},
"keywords": [
"browser",
"iframe"
],
"author": "Dominykas Blyžė <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/h5o/iframeish/issues"
},
"homepage": "https://github.com/h5o/iframeish#readme",
"devDependencies": {
"buster": "0.7.x",
"buster-extension-iife": "0.1.x",
"grunt": "0.4.x",
"grunt-browserify": "3.x",
"grunt-bump": "0.3.x",
"grunt-buster": "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-contrib-watch": "0.6.x",
"grunt-open": "0.2.x",
"in-publish": "1.x",
"jsdom": "5.x",
"jsdom-compat": "1.x",
"load-grunt-tasks": "3.x",
"phantomjs": "1.9.x",
"time-grunt": "1.x"
}
}