-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.27 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
{
"name": "json-knife",
"version": "1.3.1",
"description": "Bulk set properties recursively in huge, complex and deep JSON string with a robust regular expression based engine",
"main": "src/entry.js",
"scripts": {
"build": "gulp",
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Andrew-Kang-G/json-knife.git"
},
"keywords": [
"json",
"parser",
"recursive",
"update",
"remove"
],
"author": "Andrew Kang",
"license": "MIT",
"bugs": {
"url": "https://github.com/Andrew-Kang-G/json-knife/issues"
},
"homepage": "https://github.com/Andrew-Kang-G/json-knife#readme",
"devDependencies": {
"chai": "^3.3.0",
"gulp": "^3.9.0",
"gulp-babel": "^5.3.0",
"gulp-mocha": "^2.1.3",
"gulp-util": "^3.0.7",
"mocha": "^2.3.3",
"webpack": "^1.12.2",
"lodash": "^4.17.11",
"growl": "^1.10.0",
"minimatch": "^3.0.2",
"webpack-dev-server": "^3.1.11",
"babel-core": "^5.8.25",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-loader": "^8.0.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-0": "^6.24.1"
},
"dependencies": {}
}