-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 908 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 908 Bytes
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
{ "name": "mpcharge-web",
"description": "the web service + website for MPcharge",
"version": "0.0.1",
"keywords": [ "MPcharge", "web service" ],
"maintainers":
[ { "name": "Kamila Souckova",
"email": "kamila@vesmir.sk" } ],
"contributors":
[ { "name": "Kamila Souckova",
"email": "kamila@vesmir.sk" } ],
"bugs": "http://github.com/MPcharge/web/issues",
"licenses":
[ { "type": "AGPL-3.0",
"url": "http://opensource.org/licenses/AGPL-3.0" } ],
"repositories":
[ { "type": "git",
"url": "http://github.com/MPcharge/web" } ],
"engines":
{ "node": ">= 0.8.x",
"npm": ">= 1.1.x" },
"dependencies":
{ "coffee-script": ">= 1.3.x" },
"devDependencies":
{ "jasmine-node": ">= 1.0.x" },
"scripts":
{ "start": "foreman start",
"test": "scripts/run_tests.sh" } }