forked from appdevdesigns/appdev-cas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 840 Bytes
/
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
{
"name": "appdev-cas",
"version": "0.0.0",
"description": "(plugin) A Central Authentication System (CAS) module for our appdev framework.",
"main": "module.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "make test",
"postinstall": "node setup/setup.js",
"postupdate": "node setup/setup.js"
},
"repository": {
"type": "git",
"url": "git://github.com/appdevdesigns/appdev-cas.git"
},
"author": "Johnny Hausman",
"license": "ISC",
"bugs": {
"url": "https://github.com/appdevdesigns/appdev-cas/issues"
},
"homepage": "https://github.com/appdevdesigns/appdev-cas",
"dependencies": {
"ad-utils": "git://github.com/appdevdesigns/ad-utils",
"cas": "git://github.com/joshchan/node-cas"
},
"devDependencies": {
"chai": "^1.9.1",
"mocha": "^1.21.4"
}
}