-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 899 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": "buster-extension-iife",
"version": "0.1.1",
"description": "Extension to wrap resources buster loads in an IIFE",
"main": "index.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "node ./node_modules/grunt-cli/bin/grunt test"
},
"repository": {
"type": "git",
"url": "[email protected]:insidewarehouse/buster-extension-iife.git"
},
"keywords": [
"buster.js",
"buster",
"extension"
],
"author": "Dominykas Blyžė, InsideWarehouse <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/insidewarehouse/buster-extension-iife/issues"
},
"homepage": "https://github.com/insidewarehouse/buster-extension-iife",
"devDependencies": {
"buster": "0.7.x",
"grunt": "0.4.x",
"grunt-buster": "0.3.x",
"grunt-cli": "0.1.x",
"grunt-release": "0.7.x",
"phantomjs": "1.9.x"
}
}