-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
48 lines (48 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
47
48
{
"name": "grunt-multibundle-requirejs",
"version": "4.0.0",
"description": "Grunt task for handling multi-bundle requirejs setup",
"main": "tasks/multibundle-requirejs.js",
"scripts": {
"test": "grunt test",
"lint": "grunt lint"
},
"pre-commit": [
"lint",
"test"
],
"repository": {
"type": "git",
"url": "[email protected]:trulia/grunt-multibundle-requirejs.git"
},
"dependencies": {
"multibundle": "^2.0.0"
},
"devDependencies": {
"async": "^1.5.2",
"backbone": "1.2.3",
"deeply": "^1.0.0",
"eslint": "^1.10.3",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.7.0",
"grunt-eslint": "^17.3.1",
"grunt-file-compare": "^1.0.5",
"lodash": "^4.2.0",
"pre-commit": "^1.1.2",
"rendr": "1.1.3",
"requirejs": "^2.1.22"
},
"keywords": [
"gruntplugin",
"bundle",
"bundles",
"multiple",
"multi-bundle",
"requirejs"
],
"author": {
"name": "Alex Ivashchenko",
"email": "[email protected]"
},
"license": "MIT"
}