forked from ChoCryption/chocryption
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 823 Bytes
/
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
{
"name": "choCryption",
"version": "0.0.1",
"description": "choCrypt all the thingz!",
"author": "Aaron Kandle, Chris Ding, Nick Fujita, Tate Thurston",
"scripts": {
"test": "mocha",
"lint": "jscs ./"
},
"devDependencies": {
"babel-preset-es2015": "^6.1.18",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.0",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^1.12.0",
"gulp-shell": "^0.5.1",
"gulp-uglify": "^1.4.2",
"test": ">=0.0.5",
"mocha": "^2.3.3"
},
"dependencies": {
"body-parser": "^1.14.1",
"chai": "^1.9.0",
"crypto": "^0.0.3",
"express": "^4.4.5",
"file-type": "^3.3.0",
"fs": "^0.0.2",
"lwip": "^0.0.8",
"morgan": "^1.6.1",
"multer": "^1.1.0",
"node-uuid": "^1.4.7",
"path": "^0.12.7",
"read-chunk": "^1.0.1"
}
}