-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.46 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
46
47
48
49
50
51
52
53
54
55
{
"name": "umbraengineering",
"version": "1.1.0",
"description": "The www.umbraengineering.com website",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/UmbraEngineering/umbra-engineering-website"
},
"keywords": [],
"author": "James Brumond <[email protected]> (http://www.jbrumond.me)",
"license": "ISC",
"bugs": {
"url": "https://github.com/UmbraEngineering/umbra-engineering-website/issues"
},
"homepage": "http://www.umbraengineering.com",
"engines": {
"node": "0.10.33"
},
"devDependencies": {
"gulp": "^3.8.10",
"gulp-concat": "^2.4.1",
"gulp-connect": "^2.0.6",
"gulp-cssmin": "^0.1.6",
"gulp-jshint": "^1.8.6",
"gulp-myth": "^1.0.1",
"gulp-rename": "^1.2.0",
"require-dir": "^0.1.0",
"del": "~1.1.0",
"run-sequence": "~1.0.2",
"vinyl-source-stream": "^1.0.0",
"gulp-streamify": "0.0.5",
"gulp-es3ify": "0.0.0",
"browserify": "^7.0.2",
"gulp-handlebars": "^3.0.1",
"gulp-declare": "^0.3.0",
"gulp-uglify": "^1.0.2"
},
"dependencies": {
"cloak.controller": "0.0.x",
"cloak.core": "0.0.x",
"cloak.router": "0.0.x",
"cloak.view": "0.0.x",
"cloak.view.handlebars": "0.0.x",
"cloak.xhr": "0.0.x",
"handlebars": "^2.0.0",
"moment": "^2.9.0",
"node-static": "^0.7.6",
"nodemailer": "0.7.x",
"velocity-animate": "^1.2.1"
}
}