-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
38 lines (38 loc) · 891 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
34
35
36
37
38
{
"name": "pkgify",
"version": "1.1.0",
"description": "Rewrite package/module require calls to local files in browserify\"",
"main": "lib/pkgify.js",
"directories": {
"test": "test"
},
"keywords": [
"browserify-transform",
"alias",
"package"
],
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/oliverwoodings/pkgify.git"
},
"author": "Oliver Woodings (https://github.com/oliverwoodings)",
"license": "MIT",
"bugs": {
"url": "https://github.com/oliverwoodings/pkgify/issues"
},
"homepage": "https://github.com/oliverwoodings/pkgify",
"dependencies": {
"browserify-transform-tools": "^1.2.2",
"lodash-node": "^2.4.1"
},
"devDependencies": {
"browserify": "^8.1.1",
"chai": "^1.10.0",
"jscs": "^1.10.0",
"jshint": "^2.6.0",
"mocha": "^2.1.0"
}
}