-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.05 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.05 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
{
"name": "@videsk/params-parser",
"version": "1.1.2",
"description": "Generate URL through params",
"main": "index.js",
"scripts": {
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1",
"postpublish": "npm publish --ignore-scripts --@OWNER:registry='https://registry.npmjs.org'"
},
"repository": {
"type": "git",
"url": "git://github.com/videsk/params-parser.git"
},
"keywords": [
"videsk",
"params",
"url",
"parser"
],
"author": "Videsk",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/videsk/params-parser/issues"
},
"publishConfig": { "registry": "https://npm.pkg.github.com/" },
"homepage": "https://github.com/videsk/params-parser#readme",
"dependencies": {},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-es2015-destructuring": "^6.23.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"webpack": "^4.39.1",
"webpack-cli": "^3.3.6"
}
}