-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.01 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.01 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
{
"name": "assembla-issues-json-transformer",
"version": "1.0.0",
"description": "A utility to convert Assembla's exported \"JSON\" into an actual JSON format",
"main": "index.js",
"scripts": {
"start": "babel-node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"assembla",
"issues",
"json"
],
"dependencies": {
"lodash": "^4.17.4",
"request": "^2.81.0",
"mkdirp": "^0.5.1",
"url-parse": "^1.1.9",
"request-promise-native": "^1.0.4",
"log-update": "^2.1.0",
"stay-awake": "^0.0.3"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-async-generator-functions": "^6.24.0",
"babel-preset-env": "^1.6.0",
"eslint": "^4.6.1",
"eslint-config-airbnb-base": "^12.0.0",
"eslint-plugin-import": "^2.7.0"
},
"author": "Umar Ashfaq <umar.mughal2@gmail.com> (http://www.emumba.com)",
"license": "ISC"
}