-
Notifications
You must be signed in to change notification settings - Fork 120
/
component.json
38 lines (38 loc) · 1017 Bytes
/
component.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
{
"name": "tower",
"repo": "tower/tower",
"description": "Small components for building apps, manipulating data, and managing a distributed infrastructure.",
"version": "0.5.0",
"keywords": [],
"dependencies": {
"tower/resource": "0.1.0",
"tower/query": "0.1.0",
"tower/adapter": "0.1.0",
"tower/client-router": "0.1.0",
"tower/route": "0.1.0",
"tower/validator": "0.1.0",
"tower/type": "0.1.0",
"tower/attr": "0.1.0",
"tower/param": "0.1.0",
"tower/content": "0.1.0",
"tower/template": "0.1.0",
"tower/memory-adapter": "0.1.0",
"tower/directive": "0.1.0",
"tower/load": "0.1.0",
"tower/emitter": "0.1.0",
"tower/operator": "0.1.0",
"tower/expression": "0.1.0",
"tower/element": "0.0.2",
"tower/list-directive": "0.1.0",
"tower/interpolation-directive": "0.0.2"
},
"development": {
"timoxley/assert": "*",
"visionmedia/mocha": "*"
},
"main": "index.js",
"scripts": [
"index.js"
],
"license": "MIT"
}