forked from slexx1234/jquery-ui-sass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 960 Bytes
/
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
{
"name": "jquery-ui-sass",
"version": "0.0.1",
"description": "JQuery UI SASS\r ==============",
"main": "assets/sass/jquery-ui.scss",
"devDependencies": {
"autoprefixer": "^6.5.3",
"gulp": "^3.9.1",
"gulp-coffee": "^2.3.3",
"gulp-cssmin": "^0.1.7",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.2.0",
"gulp-pug": "^3.1.0",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.9.1"
},
"scripts": {
"build": "gulp build",
"watch": "gulp watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Alex5646/jquery-ui-sass.git"
},
"author": "Alex5646 <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Alex5646/jquery-ui-sass/issues"
},
"homepage": "https://github.com/Alex5646/jquery-ui-sass#readme",
"dependencies": {
"jquery": "^2.2.1",
"jquery-ui": "^1.10.5"
}
}