-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 885 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
{
"name": "get-driver-scripts",
"version": "2.0.0",
"description": "Get the entry points from a config or found within a directory",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha test/test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mrjoelkemp/node-get-driver-scripts.git"
},
"keywords": [
"driver",
"scripts",
"ast",
"modules",
"dependencies"
],
"author": "Joel Kemp <[email protected]> (http://www.mrjoelkemp.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mrjoelkemp/node-get-driver-scripts/issues"
},
"homepage": "https://github.com/mrjoelkemp/node-get-driver-scripts",
"devDependencies": {
"mocha": "~2.0.1"
},
"dependencies": {
"app-root": "^3.0.0",
"debug": "^3.1.0",
"get-modules-to-build": "~1.0.1"
}
}