forked from marinvvasilev/appcelerator-saml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.18 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
{
"name": "appcelerator-saml",
"version": "0.6.2",
"description": "Appcelerator Arrow authentication using SAML strategy",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/appcelerator/appcelerator-saml"
},
"files": [
"lib",
"conf",
"README.md",
"LICENSE",
"index.js"
],
"keywords": [
"appcelerator",
"apibuilder",
"arrow",
"saml",
"authentication"
],
"author": "Marin Vasilev",
"license": "Apache-2.0",
"dependencies": {
"passport": "^0.3.2",
"passport-saml": "^0.31.0"
},
"devDependencies": {
"arrow": "^3.0.0",
"async": "^1.5.0",
"grunt": "^0.4.5",
"grunt-appc-js": "^1.0.19",
"grunt-cli": "^0.1.13",
"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",
"request": "^2.60.0",
"typescript": "^1.7.3",
"should": "^8.0.2"
},
"scripts": {
"build:dist": "tsc",
"build": "tsc && grunt"
}
}