-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
37 lines (37 loc) · 916 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
33
34
35
36
37
{
"name": "gpii-android",
"description": "Components of the GPII personalization infrastructure for use on Android",
"version": "0.0.1",
"author": "GPII",
"bugs": "http://issues.gpii.net/browse/GPII",
"homepage": "http://gpii.net/",
"dependencies": {},
"devDependencies": {
"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"
},
"licenses": [
{
"type": "BSD-3-Clause",
"url": "http://www.opensource.org/licenses/BSD-3-Clause"
}
],
"keywords": [
"gpii",
"accessibility",
"settings",
"fluid",
"IoC",
"Inversion of Control",
"configuration",
"evented"
],
"repository": "git://github.com/GPII/android.git",
"main": "./index.js",
"engines": {
"node": ">=0.6.0"
}
}