forked from avoidwork/abaaso
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 897 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": "abaaso",
"description": "Enterprise class, light weight, RESTful JavaScript framework that provides a set of classes and object prototyping to ease the creation and maintenance of pure JavaScript applications.",
"version": "2.8.26",
"homepage": "http://abaaso.com",
"author": {
"name": "Jason Mulligan",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/avoidwork/abaaso.git"
},
"bugs": {
"url": "https://github.com/avoidwork/abaaso/issues"
},
"licenses": [
{
"type": "BSD-3",
"url": "http://opensource.org/licenses/BSD-3-Clause"
}
],
"main": "lib/abaaso",
"engines": {
"node": ">= 0.6.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"localStorage" : ">= 1.0.0"
},
"devDependencies": {
"grunt": "~0.3.12"
},
"keywords": []
}