-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.14 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
{
"name": "appcelerator-saml",
"version": "0.6.0",
"description": "Appcelerator Arrow authentication using SAML strategy",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/marinvvasilev/appcelerator-saml"
},
"keywords": [
"appcelerator",
"apibuilder",
"arrow",
"saml",
"authentication"
],
"author": "Marin Vasilev",
"license": "Apache-2.0",
"dependencies": {
"async": "^1.5.0",
"lodash": "^3.10.1",
"pkginfo": "^0.3.1",
"semver": "^5.0.3",
"cookies": "^0.5.1",
"passport": "^0.3.2",
"passport-saml": "^0.31.0"
},
"devDependencies": {
"arrow": "^*",
"grunt": "^0.4.5",
"grunt-appc-js": "^1.0.19",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-mocha-istanbul": "^3.0.1",
"istanbul": "^0.4.1",
"mocha": "^2.3.4",
"promise": "^7.1.1",
"request": "^2.60.0",
"should": "^8.0.2",
"typescript": "^1.7.3"
},
"scripts": {
"test": "grunt"
}
}