-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.71 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
{
"name": "third.js",
"version": "1.0.0",
"description": "Made third-party javascript development easier.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "zmmbreeze / @zhoumm",
"license": "MIT",
"keywords": [
"es6",
"third",
"script",
"javascript",
"tools"
],
"devDependencies": {
"babel-core": "5.8.35",
"babel-eslint": "5.0.0-beta6",
"babel-loader": "5.4.0",
"babel-runtime": "5.8.35",
"body-parser": "^1.17.1",
"cheerio": "^0.22.0",
"connect": "3.4.0",
"eslint": "2.13.1",
"glob": "6.0.4",
"gulp": "3.9.0",
"gulp-concat": "^2.6.1",
"gulp-contrib-copy": "0.1.2",
"gulp-html-replace": "^1.6.2",
"gulp-rename": "1.2.2",
"gulp-util": "^3.0.7",
"highlight.js": "^9.10.0",
"jasmine-core": "^2.5.2",
"karma": "^1.4.0",
"karma-babel-preprocessor": "^6.0.1",
"karma-chrome-launcher": "^2.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.1.0",
"karma-opera-launcher": "^1.0.0",
"karma-rollup-preprocessor": "^3.0.3",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.1",
"markdown-it": "^8.3.1",
"markdown-it-anchor": "^4.0.0",
"markdown-it-container": "^2.0.0",
"multiparty": "^4.1.3",
"qs": "^6.4.0",
"require-dir": "0.1.0",
"rollup": "0.34.10",
"rollup-plugin-alias": "^1.2.0",
"rollup-plugin-multi-entry": "2.0.1",
"rollup-plugin-replace": "1.1.1",
"serve-static": "1.11.1",
"through-gulp": "^0.5.0",
"through2": "^2.0.3",
"uglify-js": "2.7.3",
"vinyl": "^2.0.1",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "0.1.1",
"webpack": "^1.14.0"
}
}