-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.14 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.14 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
{
"name": "resume",
"version": "0.1.0",
"description": "",
"author": "CATOIO Romain",
"main": "index.js",
"scripts": {
"test": "grunt test",
"start": "node index.js"
},
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"adaro": "~0.1.x",
"async": "^0.9.0",
"common-dustjs-helpers": "^0.1.0",
"dustjs-helpers": "~1.1.1",
"dustjs-linkedin": "~2.0.3",
"express": "^3.16.1",
"fs-extra": "^0.9.1",
"jsdom": "^0.10.5",
"kraken-js": "~0.7.0",
"less": "~1.6.1",
"linkedin-js": "^0.1.4",
"makara": "~0.3.0",
"marked": "^0.3.3",
"moment": "^2.6.0",
"mongoose": "^3.8.9",
"nconf": "~0.6.8",
"passport": "^0.2.0",
"passport-linkedin": "^0.1.3",
"passport-oauth1": "^1.0.1",
"passport-twitter": "^1.0.2",
"twit": "^1.1.15",
"wrench": "^1.5.8"
},
"devDependencies": {
"mocha": "~1.17.0",
"supertest": "~0.8.2",
"grunt": "~0.4.1",
"grunt-contrib-less": "~0.9.0",
"grunt-dustjs": "~1.2.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.6.4",
"grunt-mocha-cli": "~1.5.0",
"grunt-copy-to": "0.0.10"
}
}