UNPKG

cmps

Version:

cmps is not only a server tool but also a powerful tool to design & make your component/UI quickly and best.

33 lines (32 loc) 748 B
{ "name": "cmps", "version": "1.1.1", "contributors": [ { "name": "Chale Cao", "email": "ch19900606@gmail.com" } ], "description": "cmps is not only a server tool but also a powerful tool to design & make your component/UI quickly and best.", "scripts": { "build": "cd build && node update.js && node r.js -o config.js", "builds": "coffee --compile --output lib/ lib/" }, "dependencies": { "glob": "^7.1.1", "journey": "^0.4.0-pre-3", "opts": "^1.2.6", "coffee-script": "^1.12.3" }, "bin": { "cmps": "./bin/cmp.js" }, "main": "./lib/cmp.js", "repository": { "type": "git", "url": "https://github.com/chalecao/cmp.git" }, "engines": { "node": ">=0.4.0" } }