forked from auth0/packageify
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 689 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 689 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
{
"name": "packageify",
"version": "0.2.3",
"description": "inline things like \"require('package.version')\". Do not include all the package.json in your bundles.",
"main": "index.js",
"scripts": {
"test": "tape 'test/*.test.js'"
},
"repository": {
"type": "git",
"url": "https://github.com/auth0/packageify"
},
"homepage": "https://github.com/jfromaniello/packageify",
"keywords": [
"browserify",
"browserify-transform",
"package.json"
],
"author": "Jose F. Romaniello <jfromaniello@gmail.com> (http://joseoncode.com)",
"license": "MIT",
"dependencies": {
"through": "^2.3.4"
},
"devDependencies": {
"tape": "^4.2.0"
}
}