chondric
Version:
ChondricJS App Framework
28 lines (27 loc) • 521 B
JSON
{
"author": "Tom Clarkson",
"name": "chondric",
"description": "ChondricJS App Framework",
"version": "3.0.50",
"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.2.2",
"npm": "2"
}
}