-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.62 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
{
"bin": {
"ddv_mustache": "./bin/ddv-mustache",
"ddv-mustache": "./bin/ddv-mustache",
"ddv-server-mustache": "./bin/ddv-mustache"
},
"bugs": {
"url": "https://github.com/ddvs/ddv-mustache/issues"
},
"dependencies": {
"chalk": "^1.1.3",
"chokidar": "^1.6.1",
"cjb-base": ">=0.0.35",
"cross-spawn": "~5.1.0",
"ddv-restful-api": "~0.0.23",
"ddv-worker": ">=0.0.18",
"etag": ">=1.7.0",
"express": "~4.14.0",
"jsdom": "~10.1",
"lodash": "^4.17.4",
"requirejs": ">=2.3.2"
},
"description": "ddv-mustache is a mustache and requirejs based on the development of ddv expansion module, using the server + browser rendering mode to support ie low version browser",
"devDependencies": {
"ddv-mustache-webpack-dev": "0.0.2"
},
"directories": {},
"homepage": "https://github.com/ddvs/ddv-mustache#readme",
"jshintConfig": {
"disable": true
},
"keywords": [
"ddv-mustache",
"ddv",
"ddvservser",
"server"
],
"license": "MIT",
"main": "ddv-mustache/index.js",
"maintainers": [
{
"name": "yuchonghua",
"email": "yuchonghua@163.com"
}
],
"name": "ddv-mustache",
"optionalDependencies": {},
"preferGlobal": false,
"repository": {
"type": "git",
"url": "git+https://github.com/ddvs/ddv-mustache.git"
},
"scripts": {
"lint:eslint": "eslint packages src server bin build",
"lint:autointidev": "ddv-mustache autointidev",
"lint": "npm run lint:autointidev && npm run lint:eslint",
"precommit": "npm run lint",
"prepublish": "npm run lint",
"test": "npm run lint"
},
"version": "0.0.12"
}