-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.32 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.32 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"title": "Australian National Energy Market API",
"name": "nem.api",
"version": "0.1.0",
"author": {
"name": "Ray Walker",
"email": "hello@raywalker.it",
"url": "https://raywalker.it"
},
"engines": {
"node": ">= 0.10.0"
},
"repository": {
"type": "git",
"url": "https://github.com/raywalker-it/nem.api.git"
},
"devDependencies": {
"adm-zip": "^0.4.7",
"bufferjoiner": "^0.1.3",
"chai": "^3.0.0",
"chalk": "^1.1.0",
"cron": "^1.0.9",
"csv": "^0.4.5",
"grunt": "~0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-htmlmin": "^0.4.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-qunit": "^0.7.0",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-modernizr": "^0.6.0",
"grunt-notify": "^0.4.1",
"jquery": "^2.1.4",
"jsdom": "^5.5.0",
"load-grunt-tasks": "^3.2.0",
"lodash": "^3.10.0",
"mocha": "^2.2.5",
"moment": "^2.10.3",
"q": "^1.4.1",
"request": "^2.58.0",
"restify": "^3.0.3",
"sqlite3": "^3.0.8",
"temp": "^0.8.3",
"underscore.string": "^3.1.1"
},
"dependencies": {
"config": "^1.14.0",
"js-yaml": "^3.3.1",
"jsdom": "^3.1.2"
}
}