forked from yeoman/bower-requirejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.25 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
49
50
51
52
53
54
55
56
57
{
"name": "grunt-bower-requirejs",
"version": "0.4.2",
"description": "Automagically wire-up installed Bower components into your RequireJS config",
"keywords": [
"gruntplugin",
"bower",
"requirejs",
"rjs",
"config"
],
"homepage": "https://github.com/yeoman/grunt-bower-hooks",
"bugs": "https://github.com/yeoman/grunt-bower-hooks/issues",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "http://sindresorhus.com"
},
"contributors": [
{
"name": "Merrick Christensen",
"email": "merrick.christensen@gmail.com",
"url": "http://merrickchristensen.com"
}
],
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "git://github.com/yeoman/grunt-bower-hooks.git"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"requirejs": "~2.1.5"
},
"devDependencies": {
"matchdep": "~0.1.1",
"grunt": "~0.4.0",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-copy": "~0.4.0",
"grunt-contrib-nodeunit": "~0.1.2"
},
"peerDependencies": {
"grunt": "~0.4.0",
"bower": "~0.x"
},
"engines": {
"node": ">=0.8.0"
},
"licenses": [
{
"type": "BSD"
}
]
}