This repository has been archived by the owner on Sep 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
executable file
·64 lines (64 loc) · 1.75 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
56
57
58
59
60
61
62
63
64
{
"name": "tooner",
"description": "Tooner: Shadowbane Character Builder",
"version": "0.3.1",
"private": false,
"author": "Tom DeHart <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/tdehart/tooner.git"
},
"engines": {
"node": "0.10.x",
"npm": "1.3.x"
},
"scripts": {
"start": "node node_modules/grunt-cli/bin/grunt",
"test": "node node_modules/grunt-cli/bin/grunt test",
"postinstall": "node node_modules/bower/bin/bower install"
},
"dependencies": {
"assetmanager": "^0.1.1",
"bower": "^1.2.8",
"connect-flash": "^0.1.1",
"connect-mongo": "^0.4.0",
"consolidate": "^0.10.0",
"dependable": "0.2.5",
"express": "^3.4.7",
"express-validator": "^1.0.1",
"forever": "^0.10.11",
"grunt-cli": "^0.1.13",
"lodash": "^2.4.1",
"mean-logger": "0.0.1",
"meanio": ">=0.3.18",
"mongoose": "^3.8.3",
"passport": "^0.1.18",
"passport-facebook": "^1.0.2",
"passport-github": "^0.1.5",
"passport-google-oauth": "^0.1.5",
"passport-linkedin": "^0.1.3",
"passport-local": "^0.1.6",
"passport-twitter": "^1.0.2",
"swig": "^1.3.2",
"view-helpers": "^0.1.4"
},
"devDependencies": {
"assetmanager": "^0.1.1",
"grunt-concurrent": "latest",
"grunt-contrib-csslint": "^0.2.0",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-contrib-jshint": "latest",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "latest",
"grunt-env": "^0.4.1",
"grunt-karma": "^0.6.2",
"grunt-mocha-test": "latest",
"grunt-nodemon": "0.2.0",
"karma": "^0.10.4",
"karma-coverage": "^0.1.0",
"load-grunt-tasks": "^0.4.0",
"should": "2.1.1",
"supertest": "0.8.2",
"time-grunt": "^0.3.1"
}
}