-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
32 lines (32 loc) · 884 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
{
"name": "bestpractical-rt",
"version": "1.0.1",
"description": "Utility for using the Request Tracker REST API.",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "babel --presets es2015,stage-0 -d lib/ src/",
"prepublish": "npm run compile"
},
"author": "Benedicte Emilie Brækken <b@brkn.io> (https://personer.uio.no/benedebr)",
"repository": {
"type": "git",
"url": "git://github.com/benedicteb/bestpractical-rt.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/benedicteb/bestpractical-rt/blob/master/LICENSE"
}
],
"dependencies": {
"read": "^1.0.7",
"request": "^2.76.0",
"url-join": "^1.1.0"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-0": "^6.16.0"
}
}