-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 735 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 735 Bytes
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
{
"name": "mapcat",
"description": "cat for source map files",
"main": "lib",
"version": "0.4.0",
"engines": {
"node": ">=0.4.0"
},
"maintainers": [
{
"name": "Eddie Cao",
"email": "cao.yiqun@gmail.com",
"web": "http://github.com/edc"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/edc/mapcat.git"
}
],
"dependencies": {
"optimist": "~0.3.5",
"source-map": "~0.1.3"
},
"bin": {
"mapcat": "bin/mapcat"
},
"scripts": {
"test": "node test/run-tests.js"
},
"devDependencies": {
"coffeescript": "^2.0.2"
}
}