-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.29 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
{
"name": "jq-quiz",
"version": "3.0.0-beta.3",
"description": "Jquery plugin to create quizzes",
"main": "dist/jquery.quiz.js",
"jsnext:main": "esm2015/jquery.quiz.js",
"ts:main": "src/jquery.quiz.ts",
"types": "src/jquery.quiz.ts",
"typings": "src/jquery.quiz.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": ""
},
"author": "Davinchi",
"license": "MIT",
"homepage": "",
"dependencies": {
"jquery": "^3.x",
"jquery-ui": "^1.12.1",
"jquery-ui-dist": "^1.12.1"
},
"directories": {
"typings": "src"
},
"devDependencies": {
"@types/jquery": "^3.3.2",
"@types/jqueryui": "^1.12.2",
"@types/node": "^10.1.0",
"chalk": "^2.4.1",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.9.4",
"gulp-cli": "^2.0.1",
"gulp-rename": "^1.2.3",
"gulp-sass": "^4.0.1",
"lodash.camelcase": "^4.3.0",
"rimraf": "^2.6.2",
"rollup": "^0.59.1",
"rollup-plugin-license": "^0.6.0",
"rollup-plugin-typescript": "^0.8.1",
"rollup-plugin-uglify": "^3.0.0",
"rollup-plugin-uglify-es": "0.0.1",
"typedoc": "^0.11.1",
"typedoc-plugin-external-module-name": "^1.1.1",
"typescript": "^2.8.3",
"uglify-js": "^3.3.25"
}
}