-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.08 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
{
"name": "@turbasen/reconvert-images",
"version": "1.0.0",
"description": "Reconvert images in Nasjonal Turbase through Jotunheimr",
"main": "index.js",
"scripts": {
"check": "iojs --harmony util/check.js",
"hint": "eslint index.js lib/ test/ util/",
"start": "iojs --harmony index.js",
"test": "mocha -r test/support/env --harmony test/",
"watch": "mocha -r test/support/env --harmony -w test/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Turbasen/reconvert-images.git"
},
"keywords": [
"Nasjonal",
"Turbase"
],
"author": "Hans Kristian Flaatten <hans.kristian.flaatten@turistforenignen.no>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Turbasen/reconvert-images/issues"
},
"homepage": "https://github.com/Turbasen/reconvert-images#readme",
"dependencies": {
"async": "^1.4.2",
"request": "^2.61.0",
"turbasen": "^1.1.1"
},
"devDependencies": {
"babel-eslint": "^4.1.0",
"eslint": "^1.3.1",
"eslint-config-airbnb": "0.0.8",
"mocha": "^2.2.5",
"nomnom": "^1.8.1"
}
}