-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 897 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 897 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
28
29
30
31
32
33
34
{
"name": "Slovnik",
"private": false,
"author": "Ryan Cole",
"homepage": "http://www.tellmesomethingnice.com",
"repository":"https://github.com/askdesigners/Slovnik-App",
"standards": "HTML5, CSS3",
"framework": "Express, Angular",
"engines": {
"node": "0.10.x"
},
"dependencies": {
"express": "3.0.0",
"ejs": ">= 0.8.3",
"mongoose": ">= 3.6.1",
"crypto": ">= 0.0.3",
"passport": ">= 0.1.6",
"passport-local": ">= 0.1.6",
"nodemailer": ">= 0.4.1",
"mongodb": "~1.3.23",
"nodetime": "~0.8.15"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-copy": "~0.4.0",
"grunt-contrib-jshint": "~0.2.0",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-uglify": "~0.1.1",
"grunt-karma": "~0.4.4",
"grunt-contrib-watch": "~0.3.1",
"grunt-processhtml": "~0.2.7"
}
}