-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 988 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
37
38
39
{
"name": "Aircheck",
"version": "1.0.0",
"description": "Aircheck mobile app",
"repository": {
"type": "git",
"url": "https://github.com/deywibkiss/aircheckapp.git"
},
"keywords": [
"Backbone",
"MVC",
"NASA"
],
"author": [
"Brayan Serrano <[email protected]>",
"Nicolás Murte <[email protected]>",
"Arturo Verbel <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/deywibkiss/aircheckapp/issues"
},
"homepage": "https://github.com/deywibkiss/aircheckapp",
"dependencies": {
"gulp": "latest",
"gulp-concat": "^2.6.0",
"gulp-filter": "^4.0.0",
"gulp-less": "^3.0.5",
"gulp-livereload": "^3.8.1",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"less-plugin-autoprefix": "^1.5.*",
"less-plugin-clean-css": "^1.5.*"
}
}