-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathpackage.json
76 lines (76 loc) · 1.78 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "jdists",
"version": "2.2.4",
"description": "Code block processing tools",
"main": "lib/jdists.js",
"bin": {
"jdists": "cli.js"
},
"repository": {
"type": "git",
"url": "https://github.com/zswang/jdists.git"
},
"keywords": [
"javascript",
"region",
"block"
],
"author": {
"name": "zswang",
"url": "http://weibo.com/zswang"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/zswang/jdists/issues"
},
"homepage": "https://github.com/zswang/jdists",
"devDependencies": {
"JSDev": "0.0.84",
"autoprefixer": "^6.4.1",
"clean-css": "^3.4.19",
"handlebars": "^4.0.10",
"istanbul": "^0.4.5",
"jade": "^1.11.0",
"jdists": "2.0.17",
"jfogs": "^0.0.15",
"js-yaml": "^3.6.1",
"jshint": "^2.9.6",
"less": "^3.0.4",
"metascript": "^1.0.0",
"mocha": "^5.2.0",
"postcss": "^5.1.2",
"rimraf": "^2.5.4",
"should": "4.1.0",
"svgo": "^0.7.0",
"uglify-js": "^2.7.3"
},
"dependencies": {
"cbml": "^0.2.8",
"colors": "^1.0.3",
"ejs": "^2.5.7",
"glob": "^5.0.5",
"jhtmls": "^1.2.2",
"jphps": "^0.0.11",
"jsets": "^0.0.3",
"minimatch": "^3.0.2",
"mkdirp": "^0.5.1",
"optimist": "^0.6.1"
},
"scripts": {
"_update_version": "jdists version.jdists",
"_dist": "jdists src/jdists.js -o lib/jdists.js && jdists src/scope.js -o lib/scope.js",
"dist": "npm run _update_version && npm run _dist && npm run test",
"test": "istanbul cover --hook-run-in-context node_modules/mocha/bin/_mocha -- -R spec",
"mocha": "mocha",
"lint": "jshint src/*.js processor/*.js processor-extend/*.js"
},
"files": [
"index.js",
"cli.js",
"lib",
"processor",
"processor-extend",
"README.md",
".jdistsrc"
]
}