-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
40 lines (40 loc) · 820 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
{
"name": "mold-source-map",
"version": "0.4.1",
"description": "Mold a source map that is almost perfect for you into one that is.",
"scripts": {
"test": "tap test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/thlorenz/mold-source-map.git"
},
"homepage": "https://github.com/thlorenz/mold-source-map",
"dependencies": {
"convert-source-map": "^1.1.0",
"through": "~2.2.7"
},
"devDependencies": {
"tap": "~0.4.0",
"browserify": "^10.2.0"
},
"keywords": [
"mold",
"change",
"modify",
"adapt",
"sourcemap",
"source",
"map",
"browserify"
],
"author": {
"name": "Thorsten Lorenz",
"email": "[email protected]",
"url": "http://thlorenz.com"
},
"license": "MIT",
"engine": {
"node": ">=0.6"
}
}