forked from whitlockjc/json-refs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 1.83 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "json-refs",
"version": "3.0.4",
"description": "Various utilities for JSON References (http://tools.ietf.org/html/draft-pbryan-zyp-json-ref-03).",
"main": "index.js",
"scripts": {
"test": "node ./node_modules/gulp/bin/gulp.js test"
},
"author": {
"name": "Jeremy Whitlock",
"email": "jwhitlock@apache.org",
"url": "https://github.com/whitlockjc"
},
"contributors": [],
"engines": {
"node": ">=0.8"
},
"bin": {
"json-refs": "./bin/json-refs"
},
"bugs": {
"url": "https://github.com/whitlockjc/json-refs/issues"
},
"files": [
"bin",
"index.js",
"LICENSE"
],
"homepage": "https://github.com/whitlockjc/json-refs",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/whitlockjc/json-refs.git"
},
"keywords": [
"json"
],
"devDependencies": {
"brfs": "~1.4.3",
"browserify": "~14.4.0",
"connect": "^3.6.1",
"del": "^3.0.0",
"exposify": "~0.5.0",
"gulp": "~3.9.1",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^4.0.0",
"gulp-if": "^2.0.2",
"gulp-istanbul": "~1.1.1",
"gulp-jsdoc-to-markdown": "^1.2.2",
"gulp-load-plugins": "^1.5.0",
"gulp-mocha": "~3.0.1",
"gulp-nsp": "^2.4.2",
"gulp-uglify": "^3.0.0",
"karma": "^1.6.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.3",
"karma-phantomjs-launcher": "^1.0.4",
"lodash": "^4.17.4",
"mocha": "^4.0.1",
"phantomjs-prebuilt": "^2.1.14",
"run-sequence": "^2.2.0",
"uglifyify": "~4.0.4",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "~1.1.0"
},
"dependencies": {
"commander": "~2.11.0",
"graphlib": "^2.1.1",
"js-yaml": "^3.10.0",
"lodash": "^4.17.4",
"native-promise-only": "^0.8.1",
"path-loader": "^1.0.4",
"slash": "^1.0.0",
"uri-js": "^3.0.2"
}
}