-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.12 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
44
45
46
47
{
"name": "awesomelib",
"version": "1.0.3",
"description": "Tools for personal information retrieving.",
"repository": {
"type": "git",
"url": "git://github.com/gghez/awesomelib.git"
},
"dependencies": {
"angular": "^1.3.15",
"angular-cookies": "^1.3.15",
"angular-notification-service": "^0.1.0",
"angular-route": "^1.3.15",
"body-parser": "^1.12.3",
"bootstrap": "^3.3.4",
"cheerio": "^0.19.0",
"express": "^4.12.3",
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-less": "^1.0.1",
"jquery": "^2.1.4",
"load-grunt-tasks": "^3.1.0",
"mongodb": "^2.0.28",
"morgan": "^1.5.2",
"node-getopt": "^0.2.3",
"nodemailer": "^1.3.4",
"q": "^1.3.0"
},
"author": "Gregory GHEZ",
"scripts": {
"postinstall": "grunt compile"
},
"license": "MIT",
"bin": {
"awesomelib": "bin/awesomelib.js"
},
"main": "bin/awesomelib.js",
"preferGlobal": true,
"engines": {
"node": ">=0.10.0"
},
"devDependencies": {
"grunt-concurrent": "^1.0.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-express-server": "^0.5.1"
}
}