-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 972 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
33
34
35
36
37
38
{
"name": "sdmxfeeder",
"version": "0.1.1",
"description": "Experimental SDMX converter written in coffeescript",
"keywords": ["sdmx", "coffeescript"],
"author": "Sami Airo",
"licenses": [{
"type": "MIT",
"url": "http://opensource.org/licenses/mit-license.php"
}],
"engine": "node >= 0.6.1",
"dependencies": {
"log": "1.3.x",
"optimist": "0.3.x",
"sax": "0.4.x",
"underscore": "1.3.x",
"xmlbuilder": "0.3.x",
"datejs": "0.0.x",
"JSV": "4.0.x",
"async": "0.1.x"
},
"devDependencies": {
"coffee-script": "1.3.x",
"mocha": "1.0.x",
"should": "0.6.x"
},
"repository": {
"type": "git",
"url": "https://github.com/airosa/sdmxfeeder.git"
},
"directories": {
"lib" : "./lib"
},
"main" : "./lib/cli",
"bin": {
"sdmxfeeder": "./bin/sdmxfeeder"
}
}