-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.02 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
46
{
"name": "grunt-puma",
"version": "0.0.1",
"description": "Grunt task that runs PumaScript on any JavaScript file",
"repository": {
"type": "git",
"url": "pumascript/grunt-puma.git"
},
"bugs": {
"url": "https://github.com/pumascript/grunt-puma/issues"
},
"author": {
"name": "PumaScript Team",
"url": "http://github.com/pumascript/grunt-puma"
},
"keywords": [
"grunt",
"gruntplugin",
"grunt task",
"task",
"optimization",
"meta-programming",
"metaprogramming",
"ecma",
"ecmascript",
"javascript",
"puma",
"pumascript"
],
"main": "tasks/puma.js",
"engines": {
"node": ">= 0.8.0"
},
"license": "MIT",
"dependencies": {
"pumascript": "^0.1.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"load-grunt-tasks": "^3.1.0",
"grunt-eslint": "^18.0.0"
},
"scripts": {
"test": "grunt test"
}
}