forked from glpi-project/javascript-library-glpi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 741 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 741 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
{
"name": "@glpi-project/javascript-library-glpi",
"version": "0.1.0-beta.13",
"description": "GLPI API Client Library for javascript",
"main": "lib/GlpiApiClient.js",
"repository": "git@github.com:glpi-project/javascript-library-glpi.git",
"author": "Gianfranco Manganiello <gmanganiello@teclib.com>",
"license": "GPL-3.0",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-0": "^6.24.1",
"standard-version": "^4.3.0",
"uglifyjs-webpack-plugin": "^1.1.6",
"webpack": "^3.10.0"
},
"scripts": {
"build": "webpack",
"dev": "webpack --watch",
"release": "standard-version"
}
}