UNPKG

1.58 kBJSONView Raw
1{
2 "name": "json_ml",
3 "version": "0.0.2",
4 "description": "JsonML parse/stringify function.",
5
6 "main": "lib",
7 "files": [
8 "lib"
9 ],
10
11 "scripts": {
12 "start": "jasminetea --file index.coffee --watch",
13 "test": "jasminetea --file index.coffee --cover --report",
14
15 "localhost": "zuul test --local 59798 --open",
16 "test-cloud": "zuul test",
17
18 "prepublish": "node -e \"if(process.env.TRAVIS){}else{process.exit(1)}\" && npm run compile || echo skip prepublish",
19 "compile": "coffee --output lib --bare --compile src",
20
21 "build": "$(opc bower opc-browserify) | uglifyjs -cm > $(opc bower main)",
22 "postbuild": "wc -c $(opc bower main)",
23 "update": "git tag v$(opc package version) && git push --tags"
24 },
25 "config": {
26 "ghooks": {
27 "pre-commit": "npm test"
28 }
29 },
30
31 "dependencies": {
32 "cheerio": "^0.19.0",
33 "htmlparser2": "^3.8.3",
34 "js-beautify": "^1.5.5"
35 },
36 "devDependencies": {
37 "brfs": "^1.4.0",
38 "browserify": "^10.2.1",
39 "coffeeify": "^1.1.0",
40 "ghooks": "^0.3.2",
41 "jasminetea": "^0.2.1",
42 "object-parser-cli": "0.0.1-alpha.0",
43 "uglifyjs": "^2.4.10",
44 "zuul": "^3.0.0"
45 },
46
47 "keywords": [
48 "jsonml",
49 "html",
50 "xml"
51 ],
52 "author": "59naga <i59naga@icloud.com> (http://berabou.me)",
53 "license": "MIT",
54 "directories": {
55 "test": "test"
56 },
57 "repository": {
58 "type": "git",
59 "url": "git+https://github.com/59naga/json-ml.git"
60 },
61 "bugs": {
62 "url": "https://github.com/59naga/json-ml/issues"
63 },
64 "homepage": "https://github.com/59naga/json-ml#readme"
65}