-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 804 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 804 Bytes
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
{
"name": "shape-json",
"version": "1.2.4",
"description": "util module for json object transformations",
"main": "index.js",
"scripts": {
"test": "node test/test",
"gulp": "gulp"
},
"engines": {
"node": ">=4"
},
"repository": {
"type": "git",
"url": "https://github.com/ansteh/shape-json.git"
},
"keywords": [
"json",
"scheme",
"transform",
"convert",
"shape",
"patch",
"nested json",
"nesting"
],
"author": "Andre Stehle",
"license": "MIT",
"bugs": {
"url": "https://github.com/ansteh/shape-json/issues"
},
"dependencies": {
"lodash": "^4.17.4"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-jasmine": "^2.2.1",
"gulp-util": "^3.0.7",
"jasmine": "^2.4.1",
"webpack": "^1.13.0"
}
}