-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.51 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
{
"name": "yacomponent",
"version": "0.1.0",
"description": "Yet another web component system. Uses LiveScript class system. Encapsulates templating, dom mutation, and attachment phases (for event handlers) into one cohesive class.",
"author": {
"name": "Matthew A Elder"
},
"license": "MIT",
"devDependencies": {
"blanket": "*",
"coveralls": "*",
"LiveScript": "*",
"mocha": "*",
"mocha-lcov-reporter": "*"
},
"dependencies": {
"amdefine": "*",
"cheerio": "*",
"reactivejs": "https://github.com/mattbaker/Reactive.js/archive/master.tar.gz"
},
"scripts": {
"test": "bin/run-tests",
"blanket": {
"pattern": [
"src/Component.js"
]
}
},
"main": "./main",
"readme": "yacomponent\n===========\n\nYet another web component system. Uses LiveScript class system. Encapsulates templating, dom mutation, and attachment phases (for event handlers) into one cohesive class.\n\n[![Build Status](https://travis-ci.org/dreamcodez/yacomponent.png?branch=master)](https://travis-ci.org/dreamcodez/yacomponent)\n[![Coverage Status](https://coveralls.io/repos/dreamcodez/yacomponent/badge.png?branch=master)](https://coveralls.io/r/dreamcodez/yacomponent?branch=master)\n\n",
"readmeFilename": "README.md",
"_id": "[email protected]",
"dist": {
"shasum": "b61f55bae46c9d73b97ddc9f1a1bb57b841e5861"
},
"_from": "https://github.com/dreamcodez/yacomponent/archive/master.tar.gz",
"_resolved": "https://github.com/dreamcodez/yacomponent/archive/master.tar.gz"
}