-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 822 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 822 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
35
{
"name": "agendra",
"version": "1.0.0",
"description": "simple app to manage my agenda",
"main": "boot.js",
"repository": "https://github.com/eostrom/agendra",
"scripts": {
"start": "node boot.js",
"test": "./node_modules/.bin/mocha --harmony --compilers js:babel/register"
},
"keywords": [
"agenda",
"to-do",
"idiosyncratic"
],
"author": "Erik Ostrom <erik@echographia.com>",
"license": "ISC",
"dependencies": {
"babel": "^5.1.13",
"dotenv": "^1.1.0",
"dropbox": "^0.10.3",
"express": "^4.12.3",
"jade": "^1.9.2",
"markdown": "^0.5.0",
"moment": "^2.10.3"
},
"devDependencies": {
"babel-eslint": "^3.1.1",
"chai": "^2.3.0",
"mocha": "^2.2.4",
"sinon": "^1.14.1",
"sinon-as-promised": "^3.0.0",
"zombie": "^4.0.10"
}
}