-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.17 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.17 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
44
45
{
"name": "requirehit-package",
"version": "1.0.0",
"description": "package building handling",
"main": "index.js",
"scripts": {
"test": "node_modules/jshint/bin/jshint . && node_modules/mocha/bin/mocha --globals setImmediate,clearImmediate --check-leaks --colors -t 10000 --reporter spec $(find test/* -name '*.test.js')"
},
"repository": {
"type": "git",
"url": "https://github.com/requirehit/package.git"
},
"keywords": [
"requirehit",
"internal",
"structure",
"package",
"class",
"constructor"
],
"author": "José Moreira <jose.moreira@findhit.com>",
"license": "GPL v3",
"bugs": {
"url": "https://github.com/requirehit/package/issues"
},
"homepage": "https://github.com/requirehit/package",
"dependencies": {
"bluebird": "^2.9.24",
"debug": "^2.1.3",
"findhit-class": "^0.1.1",
"findhit-util": "^0.2.7",
"requirehit-adapter": "*",
"requirehit-builder": "*",
"requirehit-storage": "*",
"walker": "^1.0.6"
},
"devDependencies": {
"bootstrap": "^3.3.4",
"chai": "^2.2.0",
"jquery": "^2.1.3",
"jquery-ui": "^1.10.5",
"jshint": "^2.7.0",
"mocha": "^2.2.4"
}
}