clean slate
This commit is contained in:
parent
5d2b6ea2b7
commit
13fdb60f66
377 changed files with 0 additions and 71900 deletions
48
package.json
48
package.json
|
|
@ -1,48 +0,0 @@
|
|||
{
|
||||
"name": "mithril",
|
||||
"description": "Mithril.js - A Javascript Framework for Building Brilliant Applications",
|
||||
"version": "0.2.4",
|
||||
"homepage": "http://mithril.js.org",
|
||||
"license": "MIT",
|
||||
"author": {
|
||||
"name": "Leo Horie"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:lhorie/mithril.js.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url" : "http://github.com/lhorie/mithril.js/issues"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "grunt lint test"
|
||||
},
|
||||
"main": "mithril.js",
|
||||
"devDependencies": {
|
||||
"chai": "^3.4.0",
|
||||
"eslint": "^1.7.3",
|
||||
"grunt": "*",
|
||||
"grunt-cli": "*",
|
||||
"grunt-contrib-clean": "*",
|
||||
"grunt-contrib-connect": "^0.11.2",
|
||||
"grunt-contrib-copy": "*",
|
||||
"grunt-contrib-uglify": "*",
|
||||
"grunt-eslint": "^17.3.1",
|
||||
"grunt-md2html": "*",
|
||||
"grunt-mocha-phantomjs": "^2.0.0",
|
||||
"grunt-replace": "*",
|
||||
"grunt-saucelabs": "*",
|
||||
"grunt-saucelabs-browsers": "^0.2.0",
|
||||
"grunt-zip": "*",
|
||||
"mocha": "^2.3.3",
|
||||
"request": "^2.67.0",
|
||||
"sinon": "^1.17.2",
|
||||
"sinon-chai": "^2.8.0"
|
||||
},
|
||||
"files": [
|
||||
"mithril.min.js",
|
||||
"mithril.min.js.map",
|
||||
"mithril.js",
|
||||
"README.*"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue