initial commit (work in progress)
This commit is contained in:
parent
13fdb60f66
commit
559369016d
83 changed files with 10461 additions and 0 deletions
11
package.json
Normal file
11
package.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"name": "mithril",
|
||||
"version": "1.0.0",
|
||||
"description": "A framework for building brilliant applications",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "node ospec/bin/ospec"
|
||||
},
|
||||
"author": "Leo Horie",
|
||||
"license": "MIT"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue