forked from duereg/grunt-extract-sourcemap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.21 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
{
"name": "grunt-extract-sourcemap",
"description": "Strips sourcemaps from a js file and links the original file to a newly created external source map",
"version": "0.1.17",
"author": "Matt Blair <[email protected]> (http://blog.mattblair.co)",
"repository": {
"type": "git",
"url": "git://github.com/duereg/grunt-extract-sourcemap.git"
},
"bugs": {
"url": "https://github.com/duereg/grunt-extract-sourcemap/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/duereg/grunt-extract-sourcemap/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"coffee-script": "~1.10.0",
"lazy.js": "~0.4.2"
},
"devDependencies": {
"browserify": "2.35.1",
"coffeeify": "~2.0.1",
"grunt": "~0.4.5",
"grunt-cli": "~0.1.13",
"grunt-contrib-clean": "~0.7.0",
"grunt-contrib-nodeunit": "~0.4.0",
"grunt-shell": "~1.1.0"
},
"contributors": [
"Andrew Davey <[email protected]> (http://aboutcode.net/)"
],
"peerDependencies": {
"grunt": "~0.4.5"
},
"keywords": [
"gruntplugin",
"sourcemaps",
"javascript"
]
}