-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json1
37 lines (37 loc) · 907 Bytes
/
package.json1
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
{
"name": "nightmare",
"version": "0.0.1",
"description": "",
"main": "index.js",
"dependencies": {
"babel": "^5.8.9",
"exceljs": "^0.2.3",
"express-react-views": "^0.8.1",
"js-beautify": "^1.5.10",
"module-babel": "^0.0.2",
"nedb": "^1.1.2",
"node-trello": "^1.1.2",
"object-assign": "^3.0.0",
"promise": "^7.0.3",
"q": "^1.4.1",
"querystring": "^0.2.0",
"react": "^0.13.3",
"spooky": "^0.2.5",
"unoconv": "^0.1.2",
"xls-to-json": "^0.3.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/venkatasubramani/nightmare.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/venkatasubramani/nightmare/issues"
},
"homepage": "https://github.com/venkatasubramani/nightmare"
}