-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 842 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 842 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
25
26
27
28
29
30
31
32
{
"name": "unmonastery.net",
"version": "0.0.0",
"description": "unmonastery.org ==============",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"repository": "https://github.com/unmonastery/unmonastery.net",
"license": "Unlicense",
"dependencies": {
"cors": "~2.1.1",
"express": "~3.4.8",
"superagent": "~0.16.0",
"levelgraph": "~0.8.1",
"levelgraph-jsonld": "~0.3.1",
"lodash": "~2.4.1",
"async": "~0.2.10",
"oembed-auto": "0.0.3",
"pickup": "~0.4.0",
"concat-stream": "~1.4.5"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-connect": "~0.6.0",
"grunt-develop": "~0.3.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-handlebars": "~0.6.1",
"grunt-contrib-less": "~0.9.0"
}
}