-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 905 Bytes
/
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
{
"name": "shape-array",
"version": "1.0.11",
"description": "convert array to json object",
"main": "lib/index.js",
"scripts": {
"test": "node test/test",
"gulp": "gulp"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js",
"lib/index.js"
],
"repository": {
"type": "git",
"url": "https://github.com/ansteh/shape-array.git"
},
"keywords": [
"convert",
"transform",
"array",
"json",
"array to json"
],
"author": "Andre Stehle",
"license": "MIT",
"bugs": {
"url": "https://github.com/ansteh/shape-array/issues"
},
"dependencies": {
"lodash": "^4.17.2"
},
"devDependencies": {
"babel-core": "^6.7.6",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"gulp": "^3.9.0",
"gulp-jasmine": "^2.2.1",
"gulp-util": "^3.0.7",
"jasmine": "^2.4.1",
"webpack": "^1.13.0"
}
}