-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.22 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.22 KB
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
46
47
48
49
50
51
{
"name": "mammoth",
"description": "My personal web",
"version": "0.2.3",
"homepage": "http://dgaubert.com",
"author": "Daniel García Aubert (danielgarciaaubert@gmail.com)",
"private": true,
"dependencies": {
"async": "0.1.22",
"express": "3.0.0rc3",
"express-params": "0.0.3",
"feed": ">=0.0.7",
"jade": "0.27.2",
"marked": "~0.2.9",
"moment": ">=1.6.2",
"mongoose": "3.0.3",
"open": "0.0.5",
"pwd": "0.0.2",
"sanitizer": "~0.1.1"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-concurrent": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-less": "~0.8.3",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-watch": "~0.5.3",
"grunt-forever": "~0.4.1",
"grunt-mocha-test": "~0.10.0",
"grunt-nodemon": "~0.2.1",
"grunt-shell": "~0.7.0",
"mocha": ">=1.13.0",
"should": ">=1.3.0",
"sinon": ">=1.7.3",
"supertest": ">=0.8.0"
},
"engines": {
"node": ">=0.6",
"npm": ">= 1.0.0"
},
"repository": {
"type": "git",
"url": "git://github.com/dgaubert/mammoth.git"
},
"scripts": {
"test": "grunt test",
"start": "node mammoth.js"
},
"main": "mammoth.js"
}