-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.15 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
{
"name": "{{project_name}}",
"description": "{{project_description}}",
"title": "{{title}}",
"version": "1.0.0",
"author": {
"name": "{{author_full_name}}",
"email": "{{author_email}}"
},
"bugs": {
"url": "https://github.com/{{author_github_account}}/{{appname}}/issues"
},
"license": {
"type": "MIT",
"url": "https://github.com/{{author_github_account}}/{{project_name}}/LICENSE"
},
"devDependencies": {
"bootstrap": "^3.3.7",
"browser-sync": "^2.13.0",
"font-awesome": "^4.6.3",
"gulp": "^3.9.1",
"gulp-data": "^1.2.1",
"gulp-clean-css": "^2.0.10",
"gulp-filter": "^4.0.0",
"gulp-header": "^1.8.7",
"gulp-less": "^3.1.0",
"gulp-markdown": "^1.2.0",
"gulp-mustache": "^2.3.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.4",
"jquery": "^1.11.3",
"magnific-popup": "^1.1.0",
"scrollreveal": "^3.1.4",
"js-yaml": "^3.8.4"
},
"repository": {
"type": "git",
"url": "https://github.com/{{author_github_account}}/{{project_name}}.git"
},
"scripts": {
"build": "node_modules/gulp/bin/gulp.js",
"watch": "node_modules/gulp/bin/gulp.js watch"
}
}