-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
46 lines (46 loc) · 1.01 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
40
41
42
43
44
45
46
{
"name": "OpenPension",
"version": "0.0.1",
"description": "This will annoy pention funds (we hope)",
"main": "./index.js",
"keywords": [
"pension"
],
"repository": {
"type": "git",
"url": "git://github.com/SoapSeller/OpenPension.git"
},
"dependencies": {
"babyparse": "^0.4.3",
"bluebird": "2.0.5",
"coffee-script": "latest",
"commander": "latest",
"express": "latest",
"fs-extra": "^0.18.2",
"fs-extra-promise": "^0.1.0",
"handlebars": "^3.0.3",
"jasmine-node": "1.14.2",
"json-2-csv": "~2.0.10",
"jszip": "^2.5.0",
"moment": "latest",
"node-zip": "1.0.1",
"pg": "latest",
"pg-copy-streams": "^0.3.0",
"postgres-bluebird": "0.0.4",
"request": "latest",
"throat": "^1.0.0",
"underscore": "latest",
"winston": "^1.0.0",
"xlsjs": "^0.7.5",
"xlsx": "^0.7.12",
"xml2js": "latest"
},
"devDependencies": {},
"scripts": {
"test": "cake test"
},
"engine": {
"node": ">=0.9.0"
},
"author": {}
}