-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.json
52 lines (51 loc) · 1.18 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "treema",
"version": "0.0.0",
"description": "jQuery plugin that generates HTML interfaces to edit JSON data defined by json-schema.",
"author": "Scott Erickson <sderickson@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/sderickson/treema"
},
"contributors": [
{
"name": "Nick Winter",
"email": "livelily@gmail.com"
},
{
"name": "Scott Erickson",
"email": "sderickson@gmail.com"
}
],
"scripts": {
"start": "node ./test/test_server.js",
"test": "brunch test"
},
"main": "test/test_server.js",
"keywords": [
"trees",
"json",
"json-schema",
"jquery"
],
"dependencies": {
"express": "3.0.6"
},
"devDependencies": {
"javascript-brunch": "> 1.0 < 1.8",
"coffee-script-brunch": "> 1.0 < 1.8",
"coffeelint-brunch": "> 1.0 < 1.8",
"sass-brunch": "> 1.0 < 1.8",
"css-brunch": "> 1.0 < 1.8",
"uglify-js-brunch": "> 1.0 < 1.8",
"clean-css-brunch": "> 1.0 < 1.8",
"auto-reload-brunch": "> 1.0 < 1.8",
"brunch": "> 1.0 < 1.8",
"jasmine-node": "1.2.x"
},
"license": "MIT",
"private": false,
"engines": {
"node": "0.8.x"
}
}