UNPKG

464 BJSONView Raw
1{
2 "name": "haml-jr",
3 "version": "0.4.0",
4 "devDependencies": {
5 "jison": "~0.4.6",
6 "jison-lex": "~0.2.1",
7 "mocha": "~1.12.0",
8 "uglify-js": "~2.3.6"
9 },
10 "dependencies": {
11 "coffee-script": "~1.6.3"
12 },
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/STRd6/haml-jr.git"
16 },
17 "files": [
18 "dist"
19 ],
20 "scripts": {
21 "prepublish": "script/prepublish",
22 "test": "script/test"
23 },
24 "main": "dist/haml-jr.js"
25}