This repository was archived by the owner on Mar 31, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (71 loc) · 2.06 KB
/
package.json
File metadata and controls
72 lines (71 loc) · 2.06 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "The_FrontSide",
"version": "0.6.3",
"release": "Backside Rodeo 180.2",
"description": "An express-based Node.js web application asynchrone dustjs render engine which can run on server and/or client.",
"homepage": "http://www.paapster.nl/",
"main": "server.js",
"repository": {
"type": "git",
"url": "https://github.com/paapster/the_frontsite.git"
},
"keywords": [
"node.js",
"node",
"javascript",
"js",
"web",
"mvc",
"framework",
"dustjs"
],
"engineStrict": true,
"dependencies": {
"bluebird": "~2.4.2",
"confit": "~1.2.0",
"core-util-is": "~1.0.1",
"debuglog": "~1.0.1",
"dustjs-helpers": "~1.5.0",
"dustjs-linkedin": "~2.5.1",
"caller": "~1.0.0",
"endgame": "^0.0.3",
"meddleware": "~3.0.0",
"request": "~2.51.0",
"shortstop": "~1.0.1",
"shortstop-handlers": "~1.0.0",
"shortstop-resolve": "~1.0.1"
},
"peerDependencies": {
"express": "~4.10.6"
},
"devDependencies": {
"commander": "~2.5.1",
"consolidate": "~0.10.0",
"grunt": "~0.4.5",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-compass": "~0.6.0",
"grunt-contrib-compress": "~0.13.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-cssmin": "~0.11.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-requirejs": "~0.4.4",
"grunt-contrib-uglify": "~0.7.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-dust": "~0.9.1",
"grunt-exec": "~0.4.6",
"grunt-usemin": "~3.0.0",
"mkdirp": "~0.5.0"
},
"author": "Volkert Paap <hello@paapster.nl>",
"bugs": {
"url": "https://github.com/paapster/the_frontsite/issues"
},
"licenses": [
{
"type": "Apache 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"copyright": "Paapster 2012-2014"
}