forked from GPII/universal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (55 loc) · 1.94 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
{
"name": "universal",
"description": "Cross platform, core components of the GPII personalization infrastructure.",
"version": "0.1.0",
"author": "GPII",
"bugs": "http://issues.gpii.net/browse/GPII",
"homepage": "http://gpii.net/",
"dependencies": {
"infusion": "git://github.com/fluid-project/infusion.git#df5f8cfabf815a4086b778e73125c3c952dda4ec",
"dedupe-infusion": "1.0.0",
"ini": "git://github.com/GPII/ini.git#be8a04aa22f5ad9321ebcbba7740314a53bc8ab2",
"node-uuid": "~1.4.0",
"semver": "~1.1.4",
"xml-mapping": "~1.2.0",
"kettle": "git://github.com/fluid-project/kettle.git#ef796237b7b157df6837a970a8b798370ef14144",
"express": "~3.4.3",
"body-parser": "^1.9.2",
"connect-ensure-login": "^0.1.1",
"express-handlebars": "^1.1.0",
"express-session": "^1.9.1",
"oauth2orize": "^1.0.1",
"passport": "^0.2.1",
"passport-local": "^1.0.0",
"passport-oauth2-client-password": "^0.1.2"
},
"devDependencies": {
"jqUnit": "git://github.com/fluid-project/node-jqUnit.git#e2083fba5404c8e7a474712102871150c037e20b",
"grunt": "~0.4.4",
"grunt-shell": "0.6.4",
"grunt-contrib-jshint": "~0.9.0",
"grunt-jsonlint": "1.0.4",
"grunt-gpii": "git://github.com/GPII/grunt-gpii.git#ec8412064e107febb120f0b7437d403453b40d2d"
},
"license" : "BSD-3-Clause",
"keywords": [
"gpii",
"accessibility",
"settings",
"fluid",
"IoC",
"Inversion of Control",
"configuration",
"evented"
],
"repository": "git://github.com/GPII/universal.git",
"main": "./index.js",
"engines": {
"node": ">=0.8.0"
},
"scripts": {
"test": "node tests/all-tests.js",
"dedupe-infusion": "node -e \"require('dedupe-infusion')()\"",
"start": "npm run dedupe-infusion && node gpii.js"
}
}