-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.23 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.23 KB
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
49
50
51
{
"name": "grunt-springroll",
"version": "0.8.0",
"description": "Tasks building SpringRoll projects",
"main": "./libs/index.js",
"author": {
"name": "Matt Karl",
"email": "matt@cloudkid.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/SpringRoll/grunt-springroll"
},
"dependencies": {
"grunt": "~0.4.5",
"grunt-bower-task": "~0.4.0",
"grunt-concat-json": "^0.0.10",
"grunt-contrib-clean": "~0.7.0",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-connect": "~0.11.2",
"grunt-contrib-copy": "~0.8.0",
"grunt-contrib-jshint": "~0.11.0",
"grunt-contrib-less": "~1.1.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-newer": "^1.1.1",
"grunt-simple-version": "~0.2.0",
"grunt-springroll-helper": "~0.1.1",
"grunt-terser": "^1.0.0",
"grunt-text-replace": "~0.4.0",
"load-grunt-config": "~0.19.0",
"lodash": "~3.10.0",
"prompt": "~0.2.13",
"semver": "~5.0.1"
},
"keywords": [
"gruntplugin",
"template",
"game",
"springroll",
"build"
],
"scripts": {
"test": "grunt test --verbose"
},
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/SpringRoll/grunt-springroll/issues"
},
"homepage": "https://github.com/SpringRoll/grunt-springroll"
}