-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 949 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
{
"name": "namespace-generator",
"version": "1.2.1",
"description": "The namespace NPM will take a starting directory and build out objects and modules that are in a given directory structure.",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Solid-Interactive/solid-namespace.git"
},
"keywords": [
"Module",
"builder",
"namespace",
"Solid",
"Digital"
],
"author": "Travis McHattie <[email protected]> (https://www.soliddigital.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Solid-Interactive/solid-namespace/issues"
},
"homepage": "https://github.com/Solid-Interactive/solid-namespace#readme",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.2.0"
},
"dependencies": {
"bluebird": "^3.4.7",
"glob": "^7.1.1",
"object-path": "^0.11.3"
}
}