forked from nsams/sourcemap-aware-replace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 807 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
{
"name": "sourcemap-aware-replace",
"version": "0.1.0",
"description": "replace strings in generated files and update sourcemap",
"keywords": [
"sourcemap",
"source-map"
],
"repository": {
"type": "git",
"url": "git://github.com/nsams/sourcemap-aware-replace.git"
},
"main": "index.js",
"bin": {
"sourcemap-aware-replace": "bin/sourcemap-aware-replace"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Niko Sams",
"email": "niko.sams@gmail.com"
},
"license": "BSD",
"dependencies": {
"source-map": "~0.1.31",
"commander": "~2.1.0"
},
"bugs": {
"url": "https://github.com/nsams/sourcemap-aware-replace/issues"
},
"homepage": "https://github.com/nsams/sourcemap-aware-replace"
}