-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 789 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 789 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
{
"name": "concat-sourcemaps",
"description": "concat for source files with associated source maps",
"main": "src/concat-sourcemaps.js",
"version": "0.0.1",
"engines": {
"node": ">=0.10.0"
},
"license": {
"type": "BSD",
"url": "https://github.com/mistaecko/concat-sourcemaps/blob/master/LICENSE-BSD"
},
"contributors": [
{
"name": "Werner Loibl",
"email": "werner@gamua.com",
"url": "https://twitter.com/mistaecko"
}
],
"maintainers": [],
"dependencies": {
"source-map": "~0.1.30"
},
"readme": " ",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "https://github.com/mistaecko/concat-sourcemaps"
},
"bugs": {
"url": "https://github.com/mistaecko/concat-sourcemaps/issues"
}
}