This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 1.9 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "mockingwatt",
"version": "1.0.0",
"private": true,
"description": "A simple app to fake the generation of meter data",
"main": "server.js",
"scripts": {
"test": "mocha",
"start": "app.js"
},
"repository": {
"type": "git",
"url": "[email protected]:breakpointer/mockingwatt.git"
},
"keywords": [
"mock",
"watt",
"meter",
"node",
"express"
],
"author": "Brian Chamberlain",
"license": "MIT",
"bugs": {
"url": "https://github.com/breakpointer/mockingwatt/issues"
},
"homepage": "https://github.com/breakpointer/mockingwatt",
"devDependencies": {
"browser-sync": "~2.7.13",
"browserify": "~5.10.1",
"browserify-shim": "~3.7.0",
"gulp": "^3.8.10",
"gulp-autoprefixer": "~1.0.1",
"gulp-changed": "^0.4.1",
"gulp-imagemin": "^0.6.2",
"gulp-notify": "^1.4.2",
"gulp-util": "^3.0.0",
"mocha": "2.0.x",
"pretty-hrtime": "~0.2.1",
"require-dir": "^0.1.0",
"should": "^4.3.0",
"supertest": "^0.15.0",
"vinyl-source-stream": "~0.1.1",
"watchify": "~1.0.2"
},
"dependencies": {
"body-parser": "1.0.x",
"events": "^1.0.2",
"express": "4.9.x",
"flux": "^2.0.1",
"gulp-express": "^0.1.1",
"gulp-rework": "^1.0.2",
"hiredis": "0.1.x",
"jade": "1.7.x",
"normalize.css": "^3.0.1",
"react": "^0.11.2",
"react-router": "^0.7.0",
"reactify": "^0.14.0",
"redis": "0.12.x",
"request": "2.46.x",
"rework-npm": "^1.0.0",
"rework-plugin-at2x": "^1.0.2",
"rework-suit": "^4.0.0",
"suitcss-base": "^0.7.0",
"suitcss-components-arrange": "^0.6.0",
"suitcss-components-button": "^4.0.0",
"suitcss-components-grid": "^2.0.1",
"suitcss-utils-align": "^0.2.1",
"suitcss-utils-link": "^0.5.1",
"suitcss-utils-offset": "^0.5.0",
"suitcss-utils-size": "^0.7.1",
"superagent": "^0.18.2"
},
"engines": {
"node": "0.10.x"
}
}