UNPKG

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