forked from SpringRoll/SpringRollContainer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 943 Bytes
/
package.json
File metadata and controls
47 lines (47 loc) · 943 Bytes
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
{
"name": "springroll-container",
"version": "0.5.4-gw",
"description": "The iframe controller for interacting with SpringRoll applications",
"main": "./dist/container.min.js",
"author":
{
"name": "Matt Karl",
"email": "matt@cloudkid.com"
},
"license": "MIT",
"repository":
{
"type": "git",
"url": "https://github.com/SpringRoll/SpringRollContainer"
},
"dependencies":
{
"bellhop-iframe": "*",
"jquery": "*"
},
"devDependencies":
{
"grunt": "~0.4.5",
"grunt-file-creator": "^0.1.3",
"library-grunt": "~0.6.0",
"grunt-jsbeautifier": "~0.2.10",
"grunt-contrib-copy": "^0.8.2"
},
"keywords": [
"deployment",
"game",
"springroll",
"iframe",
"runtime"
],
"scripts":
{
"test": "grunt default test --verbose"
},
"readmeFilename": "README.md",
"bugs":
{
"url": "https://github.com/SpringRoll/SpringRollContainer/issues"
},
"homepage": "https://github.com/SpringRoll/SpringRollContainer"
}