-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.example.json
More file actions
41 lines (41 loc) · 1007 Bytes
/
package.example.json
File metadata and controls
41 lines (41 loc) · 1007 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
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "firstgitproject",
"version": "1.0.0",
"description": "First version package",
"main": "gulpfile.js",
"dependencies": {
"animate.css": "^3.4.0",
"gulp": "^3.9.0",
"gulp-compass": "^2.1.0",
"gulp-concat": "^2.6.0",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0",
"gulp-watch": "^4.3.4",
"jquery": "^2.1.4",
"modernizr": "^3.0.0-alpha.4",
"run-sequence": "^1.1.2",
"slick-carousel": "^1.5.8",
"waypoints": "^4.0.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/0Napster/firstgitproject"
},
"keywords": [
"first",
"git",
"project"
],
"author": "@0Napster",
"license": "ISC",
"bugs": {
"url": "https://github.com/0Napster/firstgitproject/issues"
},
"homepage": "https://github.com/0Napster/firstgitproject"
}