-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy pathpackage.json
41 lines (41 loc) · 959 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
38
39
40
41
{
"name": "grunt-cdn",
"description": "Properly prepends a CDN url to those assets referenced with absolute paths (but not URLs)",
"version": "0.6.2",
"homepage": "https://github.com/tactivos/grunt-cdn",
"author": {
"name": "Johnny Halife",
"url": "http://github.com/johnnyhalife/"
},
"contributors": [{
"name": "RobinQu",
"email": "[email protected]",
"url": "http://robinqu.me/"
}],
"repository": {
"type": "git",
"url": "git://github.com/tactivos/grunt-cdn.git"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha -R spec ./tests"
},
"bugs": {
"url": "https://github.com/tactivos/grunt-cdn/issues"
},
"engines": {
"node": "*"
},
"devDependencies": {
"grunt": "~0.4.0",
"chai": "~1.8.1",
"cheerio": "~0.12.4",
"sinon": "~1.7.3",
"underscore": "~1.5.2",
"css-parse": "~1.6.0",
"mocha": "~1.15.1"
},
"keywords": [
"gruntplugin",
"cdn"
]
}