forked from pepyatka/pepyatka-html
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 790 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"author": "epicmonkey <mail@epicmonkey.org>",
"name": "pepyatka-client-html",
"description": "Pepyatka is an open source FriendFeed clone. Basically, this is a social real-time feed aggregator that allows you to share cute kittens, coordinate upcoming events, discuss any other cool stuff on the Internet or setup a private Pepyatka instance in your company.",
"homepage": "http://pepyatka.com",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node index",
"test": "jake test",
"postinstall": "jake"
},
"repository": {
"type": "git",
"url": "git://github.com/epicmonkey/pepyatka-html.git"
},
"dependencies": {
"express": "4.9.5",
"ejs": "0.8.3",
"jake": "8.0.11",
"node-sass": "3.0.0",
"requirejs": "2.1.16"
}
}