-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.53 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.53 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
{
"name": "core",
"description": "Core Application & Application Programming Interface",
"keywords": ["browser", "mobile", "detection", "user-agent", "express", "layout", "view routing", "desktop", "phone", "tablet", "tv", "bot", "responsive design"],
"author": "van Heemstra Systems (info@vanheemstrasystems.com)",
"version": "1.0.0",
"main": "./server/server.js",
"private": false,
"engines": {"node": "*"},
"license": "MIT",
"dependencies": {
"express": ">=3.0.0",
"express-partials": ">=0.1.1",
"express-redirect": ">=1.1.0",
"forever": ">=0.10.8",
"forever-monitor": ">=1.2.2",
"serveup": "~0.0.5",
"hem": "~0.1.8",
"es5-shimify": "~0.0.1",
"json2ify": "~0.0.1",
"jqueryify": "~0.0.1",
"spine": "~1.0.7",
"stylus": "~0.0.1",
"mocha": "~1.11.0",
"brackets": ">=0.3.0",
"supervisor": ">=0.5.6",
"grunt-cli": ">=0.1.11",
"tacit-server": ">=1.0.0"
},
"devDependencies": {
"grunt-contrib-uglify": "0.1.1",
"grunt-contrib-copy": "0.4.0",
"grunt-sencha-dependencies": "~0.7.1",
"grunt-contrib-jasmine": ">=0.5.2",
"grunt-jsduck": ">=1.0.0",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-clean": "~0.4.0",
"grunt": "~0.4.1",
"grunt-istanbul": ">=0.2.3",
"grunt-plato": "~0.1.5",
"ejs": "*",
"mocha": "*",
"supertest": "*",
"dateformat": "~1.0.3-1.2.3",
"nodeunit": "*",
"nue": ">=0.7.0-dev",
"istanbul": ">=0.1.46"
},
"scripts": {
"test": "mocha"
},
"repository": "git://github.com/wvanheemstra/core"
}