-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 651 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 651 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
{
"name": "adapt-pkg-main",
"version": "1.1.0",
"description": "Creates a package.js sibling to package directory for easier front end module loader consumption",
"main": "index.js",
"bin": {
"adapt-pkg-main": "./bin/adapt-pkg-main.js"
},
"scripts": {
"test": "node_modules/.bin/mocha test"
},
"repository": {
"type": "git",
"url": "git@github.com:jrburke/adapt-pkg-main.git"
},
"author": "James Burke",
"license": "MIT",
"bugs": {
"url": "https://github.com/jrburke/adapt-pkg-main/issues"
},
"homepage": "https://github.com/jrburke/adapt-pkg-main",
"devDependencies": {
"mocha": "^2.1.0"
}
}