-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
82 lines (82 loc) · 2.2 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
77
78
79
80
81
82
{
"name": "mpregular",
"version": "0.3.1",
"author": {
"name": "leeluolee"
},
"description": "",
"license": "MIT",
"keywords": [
"template",
"data-binding"
],
"main": "lib/index.js",
"unpkg": "dist/regular.js",
"jsdelivr": "dist/regular.js",
"repository": {
"type": "git",
"url": "https://github.com/regularjs/regular"
},
"homepage": "http://regularjs.github.io",
"scripts": {
"start": "webpack --config webpack.config.js",
"watch": "gulp watch",
"watch:build": "gulp watch:build",
"test": "UNIT_TEST=1 mocha",
"test:debug": "UNIT_TEST=1 node --inspect-brk node_modules/mocha/bin/_mocha --timeout 0",
"coverage": "UNIT_TEST=1 cross-env NODE_ENV=test nyc --all mocha",
"prepublish": "gulp build"
},
"bin": {
"regular": "./bin/regular"
},
"devDependencies": {
"app-root-path": "^2.1.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-istanbul": "^4.1.6",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.1.2",
"cross-env": "^5.2.0",
"expect.js": "~0.3.1",
"extract-text-webpack-plugin": "^3.0.2",
"gulp": "3.6.x",
"gulp-bump": "^1.0.0",
"gulp-git": "^1.4.0",
"gulp-istanbul": "~0.1.1",
"gulp-jshint": "~1.5.3",
"gulp-mocha": "~0.4.1",
"gulp-shell": "^0.2.9",
"gulp-tag-version": "^1.3.0",
"gulp-uglify": "~0.2.1",
"gulp-util": "~2.2.14",
"gulp-webpack": "^1.0.0",
"istanbul": "^0.4.5",
"jasmine-core": "^3.1.0",
"jest": "^23.4.1",
"karma": "^1.7.1",
"karma-chrome-launcher": "~0.1.4",
"karma-coverage": "~0.2.4",
"karma-firefox-launcher": "~0.1.3",
"karma-ie-launcher": "~0.1.5",
"karma-jasmine": "^1.1.2",
"karma-mocha": "~0.1.3",
"karma-phantomjs-launcher": "~1.0.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^3.0.0",
"memory-fs": "^0.4.1",
"mocha": "^1.18.2",
"mpregular-loader": "^0.2.1",
"mpregular-template-compiler": "0.0.33-next.0",
"nyc": "^12.0.2",
"recursive-readdir": "^2.2.2",
"run-sequence": "^1.2.2",
"thenify": "^3.3.0",
"through2": "~0.4.1",
"webpack": "^3.12.0",
"yargs": "^3.26.0"
},
"dependencies": {
"octoparse": "^0.3.2"
}
}