-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
46 lines (46 loc) · 958 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
42
43
44
45
46
{
"author": "Ben Ng <[email protected]> (http://benng.me)",
"contributors": [
{
"name": "Jesús Leganés Combarro 'piranna'",
"email": "[email protected]",
"url": "http://pirannafs.blogspot.com.es"
}
],
"name": "sourcemap-validator",
"description": "Map all the things, check all the maps",
"keywords": [
"uglify",
"browserify",
"minify",
"minifyify",
"validate",
"validator",
"sourcemap"
],
"version": "2.1.0",
"repository": {
"type": "git",
"url": "git://github.com/ben-ng/sourcemap-validator.git"
},
"dependencies": {
"jsesc": "~0.3.x",
"lodash.foreach": "^4.5.0",
"lodash.template": "^4.5.0",
"source-map": "~0.1.x"
},
"files": [
"index.js"
],
"scripts": {
"test": "jake test --trace"
},
"devDependencies": {
"jake": "0.7.x",
"uglify-js": "2.4.x"
},
"optionalDependencies": {},
"engines": {
"node": "8.* || >= 10.*"
}
}