chondric
Version:
ChondricJS App Framework
27 lines (26 loc) • 506 B
JSON
{
"author": "Tom Clarkson",
"name": "chondric",
"description": "ChondricJS App Framework",
"version": "3.0.55",
"repository": {
"url": "http://github.com/tqc/ChondricJS"
},
"main": "./src",
"esnext:main": "./src",
"scripts": {
"test": "eslint ."
},
"dependencies": {
"bourbon": "^4.2.7"
},
"devDependencies": {
"babel-eslint": "^6.0.4",
"eslint": "^2.11.1",
"eslint-config-tqc": "^1.0.3"
},
"license": "MIT",
"engines": {
"node": ">=4 < 7"
}
}