-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.06 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
{
"name": "maltypart",
"version": "1.5.0",
"description": "Maltypart is a simple multipart request builder.",
"main": "dist/maltypart.js",
"scripts": {
"build": "grunt",
"prestart": "grunt",
"start": "node server.js",
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "[email protected]:synacorinc/maltypart.git"
},
"keywords": [
"multipart",
"request",
"smtp",
"formdata"
],
"author": "Jason Miller <[email protected]>",
"license": "BSD",
"readmeFilename": "README.md",
"directories": {
"doc": "docs"
},
"dependencies": {},
"devDependencies": {
"compression": "^1.4.3",
"express": "^4.12.3",
"serve-static": "^1.9.2",
"connect-busboy": "0.0.2",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-jshint": "~0.11.1",
"grunt-contrib-uglify": "~0.8.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-jsdoc": "^0.5.8",
"grunt-mocha": "^0.4.12",
"jsdoc": "^3.3.0-beta3",
"load-grunt-tasks": "^3.1.0"
}
}