-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 1.82 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "hazel",
"version": "0.0.1",
"description": "Hazel is a Coffeescript library for creating component-based user interfaces for the web.",
"main": "./dist/hazel.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/kornalius/hazel.git"
},
"keywords": [
"coffeescript",
"component",
"interface",
"gui",
"ui",
"library",
"view",
"virtual-dom"
],
"author": "Alain Deschenes <arianesoftinc@gmail.com> (c)",
"license": "MIT",
"bugs": {
"url": "https://github.com/kornalius/hazel/issues"
},
"homepage": "https://github.com/kornalius/hazel",
"dependencies": {
"async": "^0.9.0",
"bean": "git://github.com/sfinktah/bean.git",
"cash-dom": "^1.0.0",
"ccss": "^0.1.2-1",
"color": "^0.8.0",
"deep-extend": "^0.3.3",
"html-to-vdom": "^0.5.5",
"html.js": "^0.12.1",
"is": "^3.0.1",
"jwerty": "^0.3.2",
"node-uuid": "^1.4.3",
"observe-js": "^0.4.2",
"property-accessors": "^1.1.3",
"raf": "^2.0.4",
"teacup": "^1.2.0",
"underscore-contrib": "^0.3.0",
"underscore-plus": "^1.6.6",
"vdom-query": "0.0.1",
"vdom-to-html": "^1.3.1",
"velocity-animate": "^1.2.2",
"virtual-dom": "^2.0.1",
"when": "^3.7.2"
},
"devDependencies": {
"browserify": "^9.0.3",
"coffee-script": "^1.9.1",
"coffeeify": "^1.0.0",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-browserify": "^0.5.1",
"gulp-coffee": "^2.3.1",
"gulp-concat": "^2.5.2",
"gulp-copy": "0.0.2",
"gulp-if": "^1.2.5",
"gulp-load-plugins": "^0.9.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.0",
"gulp-rename": "^1.2.0",
"gulp-sequence": "^0.3.2",
"gulp-sourcemaps": "^1.5.1",
"gulp-uglify": "^1.1.0"
}
}