aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: b0bc480434e13e4cbe15052c21642003c1f2af0f (plain)
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": "etatsbasen",
  "version": "0.0.1",
  "main": "lib/etatsbasen.js",
  "description": "konverterer etatsbasen",
  "homepage": "https://github.com/mimesbronn/etatsbasen",
  "bugs": "https://github.com/mimesbronn/etatsbasen/issues",
  "author": {
    "name": "utvk",
    "email": "utvk@users.noreply.github.com"
  },
  "repository": {
    "type": "git",
    "url": "mimesbronn/etatsbasen"
  },
  "licenses": [
    {
      "type": "MIT"
    }
  ],
  "keywords": [],
  "devDependencies": {
    "grunt-contrib-jshint": "^0.7.0",
    "grunt-contrib-nodeunit": "^0.2.0",
    "grunt-contrib-watch": "^0.5.0",
    "load-grunt-tasks": "^0.2.0",
    "time-grunt": "^0.2.0",
    "jshint-stylish": "^0.1.3"
  },
  "scripts": {
    "test": "grunt"
  },
  "bin": "./bin/etatsbasen.js",
  "dependencies": {
    "minimist": "^0.0.8",
    "csv": "^0.3.7",
    "csv-stringify": "0.0.2"
  }
}