-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 764 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 764 Bytes
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
{
"name": "legoh",
"version": "0.0.0",
"description": "Build web applications brick by brick as a child's play",
"main": "index.js",
"scripts": {
"test": "browserify test/*.js | tape-run"
},
"repository": {
"type": "git",
"url": "git://github.com/bredele/legoh.git"
},
"keywords": [
"MVVM",
"brick",
"UI",
"MVC",
"store",
"model",
"binding"
],
"author": "Olivier Wietrich <olivier.wietrich@gmail.com> (http://github.com/bredele)",
"license": "MIT",
"bugs": {
"url": "https://github.com/bredele/legoh/issues"
},
"dependencies": {
"datastore": "^1.8.2",
"domwalk": "^1.1.0"
},
"devDependencies": {
"browserify": "^13.1.1",
"tape": "^4.6.2",
"tape-run": "^2.1.4"
}
}