-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·43 lines (43 loc) · 1.02 KB
/
package.json
File metadata and controls
executable file
·43 lines (43 loc) · 1.02 KB
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
39
40
41
42
43
{
"name": "bring",
"version": "0.1.4",
"description": "A more natural and intelligent way (as opposed to the default 'require' function) to import packages to your nodejs application.",
"main": "./lib/index.js",
"scripts": {
"test": "mocha --reporter spec test/**/*.test.js --recursive"
},
"repository": {
"type": "git",
"url": "https://github.com/pinova-company/bring"
},
"keywords": [
"bring",
"absolute",
"relative",
"partial",
"module",
"require",
"import",
"include",
"application",
"root"
],
"author": "jay <jay@pinova.ir>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pinova-company/bring/issues"
},
"homepage": "https://github.com/pinova-company/bring",
"devDependencies": {
"chai": "~1.8.1",
"coffee-script": "~1.6.3",
"fs-extra": "~0.8.1",
"mocha": "^6.1.4",
"eslint": "^4.16.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0"
},
"dependencies": {
"lodash": "^4.17.11"
}
}