forked from Allister-Vinris/w2-p2018-00-base
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 713 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 713 Bytes
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
{
"name": "w2-p2018-00-base",
"version": "1.0.0",
"description": "This is a basic repository to start the HETIC Mobile First course.",
"main": "gulpfile.js",
"dependencies": {
"jquery": "^3.1.1"
},
"devDependencies": {
"browser-sync": "^2.18.2",
"gulp": "^3.9.1",
"gulp-sass": "^2.3.2",
"jquery": "^3.1.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bcalou/w2-p2018-00-base.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bcalou/w2-p2018-00-base/issues"
},
"homepage": "https://github.com/bcalou/w2-p2018-00-base#readme"
}