-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.23 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
{
"name": "express-multichain-bootstrap",
"private": true,
"version": "0.0.1",
"description": "A bootstrap project for rapid experimentation on Multichain blockchains using light-weight HTML interfaces",
"keywords": [
"bootstrap",
"experiment",
"multichain",
"blockchain",
"express",
"node",
"HTML",
"interface"
],
"author": "Matt Smith <[email protected]> (http://about.me/mattonfoot)",
"license": "GPL-3.0",
"engines": {
"node": ">=6.1.0",
"npm": ">=3.8.9"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^18.1.0",
"grunt-exec": "^0.4.7",
"grunt-nodemon": "^0.4.2",
"load-grunt-tasks": "^3.5.0"
},
"dependencies": {
"body-parser": "1.15.1",
"cookie-parser": "1.3.5",
"debug": "2.2.0",
"express": "4.12.4",
"express-handlebars": "2.0.1",
"graceful-fs": "4.1.4",
"grunt": "0.4.5",
"less-middleware": "2.1.0",
"morgan": "1.5.3",
"multichain-node": "^1.5.0",
"rsvp": "3.2.1",
"serve-favicon": "2.2.1"
}
}