-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 825 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 825 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": "node-diary",
"version": "0.1.0",
"author": "tatsy",
"description": "A diary tool using Node.js",
"repository": "https://github.com/tatsy/node-diary.git",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"autolinker": "^0.15.2",
"chai": "^1.10.0",
"coveralls": "^2.11.2",
"evernote": "^1.25.4",
"express": "^4.11.2",
"highlight.js": "^8.4.0",
"istanbul": "^0.3.5",
"jade": "^1.9.2",
"jscssp": "^0.5.0",
"json": "^9.0.3",
"markdown-it": "^3.0.5",
"markdown-it-imsize": "^1.0.0",
"mocha": "^2.1.0",
"mocha-lcov-reporter": "0.0.1",
"multiparty": "^4.1.1",
"should": "^5.0.0",
"socket.io": "^1.3.3",
"supertest": "^0.15.0"
},
"devDependencies": {
"eslint": "^0.14.1",
"eslint-plugin-nodeca": "^1.0.3"
}
}