-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.28 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-string-mapper",
"version": "1.0.0",
"description": "transform json string to key value pair map",
"main": "index.ts",
"scripts": {
"build": "node_modules\\.bin\\gulp build",
"publish": "npm publish release",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TGFT/json-string-mapper.git"
},
"keywords": [
"json",
"JSON",
"string",
"mapper"
],
"author": "TGFT",
"license": "MIT",
"bugs": {
"url": "https://github.com/TGFT/json-string-mapper/issues"
},
"homepage": "https://github.com/TGFT/json-string-mapper#readme",
"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-preset-es2015": "^6.22.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-clean": "^0.3.2",
"gulp-json-transform": "^0.4.2",
"gulp-sourcemaps": "^2.4.1",
"gulp-typescript": "^3.1.5",
"gulp-webpack": "^1.5.0",
"merge2": "^1.0.3",
"rollup": "^0.41.4",
"rollup-plugin-commonjs": "^7.0.0",
"rollup-plugin-node-resolve": "^2.0.0",
"rollup-plugin-sourcemaps": "^0.4.1",
"rollup-plugin-uglify": "^1.0.1",
"source-map-loader": "^0.1.6",
"typescript": "^2.2.1",
"webpack": "^2.2.1"
}
}