-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.01 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
{
"name": "cxla",
"version": "2.0.1",
"scripts": {
"start": "node ./bin/www",
"patch-release": "npm version patch && npm publish"
},
"repository": {
"type": "git",
"url": "https://github.com/shakdwipeea/cxla"
},
"dependencies": {
"assert": "^1.3.0",
"async": "^1.5.0",
"body-parser": "~1.13.2",
"chai": "^3.4.1",
"cookie-parser": "~1.3.5",
"cors": "^2.7.1",
"debug": "~2.2.0",
"ejs": "^2.3.4",
"event-stream": "^3.3.1",
"express": "~4.13.1",
"hbs": "~3.1.0",
"jscs": "^2.11.0",
"jsftp": "^1.5.3",
"lodash": "^3.10.1",
"mocha": "^2.3.4",
"morgan": "~1.6.1",
"multer": "^1.1.0",
"nodemon": "^1.5.0",
"readline": "^1.3.0",
"serve-favicon": "~2.3.0",
"stream": "0.0.2",
"underscore": "^1.8.3",
"util": "^0.10.3"
},
"directories": {
"data": "./public/data/",
"ftp": "./public/data/ftp"
},
"bin": {
"cxla": "bin/www"
},
"author": "Akash Shakdwipeea <ashakdwipeea@gmail.com>",
"license": "ISC"
}