-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.11 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
{
"name": "erentpay",
"version": "0.0.0",
"description": "",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "http://git.oxagile.com/erentpay/erentpay.git"
},
"author": "",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^6.1.2",
"concat-with-sourcemaps": "^1.1.0",
"deap": "^1.0.1",
"fancy-log": "^1.3.2",
"font-awesome": "^4.7.0",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-concat-css": "^2.2.0",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.3.0",
"gulp-ruby-sass": "^2.1.1",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"isobject": "^2.0.0",
"lodash.defaults": "^3.1.2",
"parse-import": "^2.0.0",
"postcss": "^5.0.12",
"rework": "^1.0.1",
"rework-import": "^2.1.0",
"rework-plugin-url": "^1.1.0",
"through2": "^2.0.0",
"uglify-js": "^2.6.1",
"uglify-save-license": "^0.4.1",
"vinyl-sourcemaps-apply": "^0.2.0"
},
"dependencies": {
"bootstrap": "^3.3.7"
}
}