-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.18 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.18 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
46
47
48
49
50
{
"name": "fastjson_ref_resolver",
"id": "fastjson_ref_resolver",
"version": "0.0.3",
"description": "A library to resolve circular references exported by FastJson library",
"keywords": [
"json",
"circular reference",
"fastjson"
],
"author": "Gelin Luo <greenlaw110@gmail.com>",
"homepage": "https://github.com/greenlaw110/fastjson_ref_resolver",
"repository": {
"type": "git",
"url": "git+https://github.com/greenlaw110/fastjson_ref_resolver.git"
},
"bugs": {
"url": "https://github.com/greenlaw110/fastjson_ref_resolver/issues"
},
"dependencies": {},
"main": "./fastjson_ref_resolver.js",
"engines": {
"node": ">=0.4"
},
"scripts": {
"test": "gulp test-build"
},
"licenses": [
{
"type": "APL2",
"url": "https://github.com/greenlaw110/fastjson_ref_resolver/blob/master/LICENSE"
}
],
"devDependencies": {
"gulp": "^3.8.11",
"gulp-jshint": "^1.10.0",
"gulp-mocha": "^2.0.1",
"gulp-uglify": "^1.2.0",
"gulp-streamify": "*",
"assert": "*",
"should": "*",
"gulp-rename": "*",
"gulp-replace": "*",
"del": "*"
},
"directories": {
"test": "test"
},
"license": "MIT"
}