-
Notifications
You must be signed in to change notification settings - Fork 36
/
bower.json
44 lines (44 loc) · 900 Bytes
/
bower.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
39
40
41
42
43
44
{
"name": "treema",
"main": [
"treema.js",
"treema.css"
],
"version": "0.1.5",
"authors": [
"CodeCombat <[email protected]>"
],
"description": "Treema is a jQuery plugin that builds interfaces for editing large, complex, well-defined JSON data. It runs on tv4, which implements JSON-Schema validation.",
"keywords": [
"JSON",
"jQuery",
"Plugin",
"JSON-Schema",
"tv4",
"CodeCombat",
"Treema"
],
"license": "MIT",
"homepage": "http://codecombat.github.io/treema/",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"/dev",
"/src",
"/bin",
"brunch_config.coffee"
],
"dependencies": {
"tv4": ">=1.0.15",
"jquery": ">=2.1.0",
"jquery-ui": ">=1.10.4"
},
"devDependencies": {
"bootstrap": "~3.1.1",
"ace-builds": "~1.1.3",
"jasmine": "~1.3.1"
}
}