-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 948 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
{
"name": "grunt-croc-requirejs",
"description": "Grunt plugin for building RequireJS-based applications with optimizing js, css and Handlebars templates",
"version": "0.3.0",
"homepage": "https://github.com/CrocInc/grunt-croc-requirejs",
"author": {
"name": "Sergei Dorogin",
"url": "https://github.com/evil-shrike"
},
"repository": {
"type": "git",
"url": "git://github.com/CrocInc/grunt-croc-requirejs.git"
},
"bugs": {
"url": "https://github.com/CrocInc/grunt-croc-requirejs/issues"
},
"license": "MIT",
"main": "Gruntfile.js",
"dependencies": {
"requirejs": "^2.3.2"
},
"devDependencies": {
"grunt": "~1.0.1",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-nodeunit": "~1.0.0"
},
"keywords": [
"gruntplugin",
"grunt",
"CROC",
"RequireJS",
"Handlebars",
"optimization"
]
}