Home
Readme
Demo - Editor
Demo - Tokenizer
Name
Version
Desc
Author
Deps
Warning: you really need JavaScript to be enabled to get it working
Copy-paste your package.json here:
{ "name": "just-a-demo", "version": "0.1.2", "description": "blahblahblah", "main": "test.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "John Doe
", "dependencies": { "express": "3.x", "jade": "~1.0" }, "license": "BSD-2-Clause" } // we also support // comments! :)