forked from GPII/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 932 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
{
"name": "gpii-linux",
"description": "Components of the GPII personalization infrastructure for use on Linux",
"version": "1.0.0",
"author": "GPII",
"bugs": "http://issues.gpii.net/browse/GPII",
"homepage": "http://gpii.net/",
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.5",
"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",
"nan": "^2.1.0"
},
"license" : "BSD-3-Clause",
"keywords": [
"gpii",
"accessibility",
"settings",
"fluid",
"IoC",
"Inversion of Control",
"configuration",
"evented"
],
"repository": "git://github.com/GPII/linux.git",
"main": "./gpii/index.js",
"engines": {
"node": ">=4.2.1"
}
}