UNPKG

1.25 kBJSONView Raw
1{
2 "name": "express-mincer-spa",
3 "version": "0.1.5",
4 "description": "simple solution to build frontend applications",
5 "main": "lib/index.js",
6 "preferGlobal": true,
7 "bin": {
8 "ems": "bin/ems",
9 "ems-new": "bin/ems-new",
10 "ems-precompile": "bin/ems-precompile",
11 "ems-start": "bin/ems-start"
12 },
13 "scripts": {
14 "test": "mocha test",
15 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha test"
16 },
17 "keywords": [
18 "express",
19 "mincer",
20 "spa",
21 "frontend",
22 "application"
23 ],
24 "repository": {
25 "type": "git",
26 "url": "git@github.com:naxmefy/express-mincer-spa.git"
27 },
28 "bugs": {
29 "url": "https://github.com/naxmefy/express-mincer-spa/issues"
30 },
31 "homepage": "https://github.com/naxmefy/express-mincer-spa#readme",
32 "author": "MRW Neundorf",
33 "license": "MIT",
34 "dependencies": {
35 "commander": "2.9.0",
36 "connect-mincer": "1.1.0",
37 "debug": "2.2.0",
38 "express": "4.13.4",
39 "fs-extra": "0.26.7",
40 "jade": "1.11.0",
41 "livereload": "0.4.1",
42 "lodash": "4.6.1",
43 "mincer": "1.4.1",
44 "mkdirp": "0.5.1",
45 "serve-favicon": "2.3.0"
46 },
47 "devDependencies": {
48 "istanbul": "0.4.2",
49 "mocha": "2.4.5",
50 "should": "8.3.0",
51 "supertest": "1.2.0"
52 }
53}