-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 886 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
36
37
38
39
40
41
42
{
"name": "magic-iframe",
"version": "0.9.1",
"description": "Magic IFrame Script",
"main": "dist/magic-iframe.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:vetruvet/magic-iframe.git"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-newer": "~0.8.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-contrib-clean": "~0.6.0"
},
"bugs": {
"url": "https://github.com/vetruvet/magic-iframe/issues"
},
"keywords": [
"magic",
"iframe",
"responsive",
"iframe",
"iframe"
],
"author": "vetruvet",
"license": "MIT",
"npmName": "magic-iframe",
"npmFileMap": [
{
"basePath": "dist",
"files": [
"magic-iframe.min.js",
"magic-iframe.min.map"
]
}
]
}