UNPKG

1.77 kBJSONView Raw
1{
2 "name": "jdists",
3 "version": "1.3.8",
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": "^1.0.0",
51 "jade": "^1.11.0",
52 "ejs": "^1.0.0",
53 "jfogs": "^0.0.15",
54 "metascript": "^1.0.0",
55 "jphps": "^0.0.9"
56 },
57 "scripts": {
58 "_update_version": "node cli.js version.jdists",
59 "_dist": "node cli.js src/jdists.js -o lib/jdists.js && node cli.js src/scope.js -o lib/scope.js",
60 "dist": "npm run _update_version && npm run _dist && npm run test",
61 "test": "istanbul cover --hook-run-in-context node_modules/mocha/bin/_mocha -- -R spec",
62 "lint": "jshint src/*.js src/**/*.js processor/*.js processor-extend/*.js"
63 },
64 "files": [
65 "index.js",
66 "cli.js",
67 "lib",
68 "processor",
69 "processor-extend",
70 "README.md",
71 ".jdistsrc"
72 ]
73}
\No newline at end of file