-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.08 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
{
"name": "sap-one-experience",
"version": "0.0.1",
"description": "SAP One Experience",
"authors": [
"Vadim Tomnikov <micellius@gmail.com>"
],
"repository": {
"type": "git",
"url": "git://github.com/micellius/sap-one-experience.git"
},
"private": true,
"engines": {
"node": ">=0.10"
},
"dependencies": {
"body-parser": "~1.9.1",
"compression": "~1.2.0",
"express": "~4.10.0",
"express-session": "~1.9.1",
"jade": "~1.7.0",
"less-middleware": "~1.0.4",
"locale": "~0.0.20",
"morgan": "~1.4.1",
"request": "~2.47.0",
"serve-favicon": "~2.1.6",
"stdio": "~0.2.3",
"xml2js": "~0.4.4"
},
"devDependencies": {
"grunt-closurecompiler": "~0.9.9",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-cssmin": "~0.10.0",
"grunt-contrib-jade": "~0.13.0",
"grunt-contrib-less": "micellius/grunt-contrib-less",
"grunt-file-creator": "~0.1.2",
"grunt-gh-pages": "~0.9.1",
"grunt-jslint": "~1.1.12",
"grunt-string-replace": "~1.0.0"
},
"main": "app.js"
}