-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 919 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": "skillenza",
"version": "1.0.0",
"description": "Data Science challenge 2017",
"main": "index.js",
"scripts": {
"start": "gulp dev",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dsouzaedison/skillenza.git"
},
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/dsouzaedison/skillenza/issues"
},
"homepage": "https://github.com/dsouzaedison/skillenza#readme",
"devDependencies": {
"browser-sync": "^2.18.13",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.7.0",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^3.0.0",
"gulp-useref": "^3.1.2",
"gulp-watch": "^4.3.11"
},
"dependencies": {
"angular": "^1.6.5",
"angular-route": "^1.6.5",
"bootstrap": "^3.3.7",
"font-awesome": "^4.7.0",
"jquery": "^3.2.1"
}
}