-
Notifications
You must be signed in to change notification settings - Fork 144
/
package.json
36 lines (36 loc) · 844 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
{
"author": "appendTo (http://appendto.com/)",
"name": "amplify",
"description": "AmplifyJS is a set of components for data management and application communication.",
"version": "1.1.2",
"homepage": "http://amplifyjs.com/",
"repository": {
"type": "git",
"url": "git://github.com/appendto/amplify.git"
},
"bugs": {
"url": "http://github.com/appendto/amplify/issues/"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
},
{
"type": "GPL",
"url": "http://www.opensource.org/licenses/GPL-2.0"
}
],
"engines": {
"node": "*"
},
"dependencies": {},
"devDependencies": {
"anvil.uglify": "0.1.0",
"rimraf": "2.0.1",
"strata": "0.20.1",
"underscore": "latest",
"async": "latest"
},
"optionalDependencies": {}
}