-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.26 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.26 KB
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
{
"name": "rs-select",
"version": "1.0.0",
"description": "Custom select dropdown plugin",
"scripts": {
"devel": "gulp",
"dist": "gulp dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/renderspace/rsSelect.git"
},
"author": "Renderspace",
"license": "MIT",
"bugs": {
"url": "https://github.com/renderspace/rsSelectissues"
},
"homepage": "https://github.com/renderspace/rsSelect#readme",
"dependencies": {
"jquery": "^3.1.0"
},
"devDependencies": {
"browser-sync": "^2.12.10",
"del": "^2.2.1",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^2.0.1",
"gulp-load-plugins": "^1.2.4",
"gulp-postcss": "^6.1.1",
"gulp-sass": "^2.3.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-standard": "^7.0.1",
"gulp-uglify": "^2.0.0",
"jshint": "^2.9.2",
"jshint-stylish": "^2.2.0",
"postcss-reporter": "^1.3.3",
"run-sequence": "^1.2.2",
"standard": "^7.1.2",
"stylelint": "^7.0.3",
"stylint": "^1.5.6",
"stylint-stylish": "^1.3.2"
},
"config": {
"baseUrl": "./",
"src": {
"html": "src/",
"sass": "src/sass/",
"css": "src/css",
"js": "src/js/"
},
"dist": "dist/"
}
}