-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
45 lines (45 loc) · 1.05 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": "tastebin",
"version": "0.10.0",
"description": "A pastebin with taste i.e. minimalistic",
"repository": {
"type": "git",
"url": "git://github.com/andreineculau/tastebin.git"
},
"keywords": [
"gist",
"pastebin",
"snippet"
],
"author": "Andrei Neculau <[email protected]>",
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"bugs": {
"url": "https://github.com/andreineculau/tastebin/issues"
},
"homepage": "https://github.com/andreineculau/tastebin",
"dependencies": {
"bower": "^1.4.1",
"coffee-script": "^1.9.3",
"cookie-parser": "^1.3.5",
"debug": "^2.2.0",
"express": "^4.13.1",
"media-typer": "^0.3.0",
"morgan": "^1.6.1",
"mustache-express": "^1.2.1",
"phonetic": "^0.1.0",
"raw-body": "^2.1.2",
"serve-static": "^1.10.0"
},
"devDependencies": {
"bower-update": "^0.1.0"
},
"scripts": {
"postinstall": "node_modules/bower/bin/bower install -F",
"start": "./tastebin"
}
}