UNPKG

1.74 kBJSONView Raw
1{
2 "name": "jdists",
3 "version": "1.3.3",
4 "description": "Code block processing tools",
5 "main": "lib/jdists.js",
6 "bin": {
7 "jdists": "cli.js"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/zswang/jdists.git"
12 },
13 "keywords": [
14 "javascript",
15 "region",
16 "block"
17 ],
18 "author": {
19 "name": "zswang",
20 "url": "http://weibo.com/zswang"
21 },
22 "license": "MIT",
23 "bugs": {
24 "url": "https://github.com/zswang/jdists/issues"
25 },
26 "homepage": "https://github.com/zswang/jdists",
27 "devDependencies": {
28 "mocha": "2.0.1",
29 "istanbul": "0.3.17",
30 "should": "4.1.0",
31 "jshint": "2.8.0",
32 "rimraf": "2.4.2"
33 },
34 "dependencies": {
35 "cbml": "^0.2.7",
36 "jsets": "^0.0.3",
37 "mkdirp": "^0.5.1",
38 "JSDev": "^0.0.83",
39 "minimatch": "^2.0.10",
40 "less": "^2.4.0",
41 "postcss": "^5.0.4",
42 "autoprefixer": "^6.1.2",
43 "clean-css": "^3.1.8",
44 "uglify-js": "^2.4.17",
45 "svgo": "^0.5.1",
46 "glob": "^5.0.5",
47 "js-yaml": "^3.4.6",
48 "colors": "^1.0.3",
49 "optimist": "^0.6.1",
50 "jhtmls": "^0.1.12",
51 "jade": "^1.11.0",
52 "ejs": "^1.0.0",
53 "jfogs": "^0.0.12",
54 "metascript": "^1.0.0"
55 },
56 "scripts": {
57 "_update_version": "jdists version.jdists",
58 "_dist": "node cli.js src/jdists.js -o lib/jdists.js && node cli.js src/scope.js -o lib/scope.js",
59 "dist": "npm run _update_version && npm run _dist && npm run test",
60 "test": "istanbul cover --hook-run-in-context node_modules/mocha/bin/_mocha -- -R spec",
61 "lint": "jshint src/*.js src/**/*.js processor/*.js processor-extend/*.js"
62 },
63 "files": [
64 "index.js",
65 "cli.js",
66 "lib",
67 "processor",
68 "processor-extend",
69 "README.md",
70 ".jdistsrc"
71 ]
72}
\No newline at end of file