-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1023 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
40
41
{
"name": "index-template",
"version": "1.1.1",
"description": "Index based javascript templates",
"main": "src/js/main.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adrianbota/index-template.git"
},
"keywords": [
"index",
"template",
"javascript"
],
"author": "Adrian Bota",
"license": "MIT",
"bugs": {
"url": "https://github.com/adrianbota/index-template/issues"
},
"homepage": "https://github.com/adrianbota/index-template#readme",
"devDependencies": {
"autoprefixer": "^6.5.1",
"browser-sync": "^2.17.3",
"cssnano": "^3.7.7",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-file-include": "^1.0.0",
"gulp-htmlmin": "^3.0.0",
"gulp-imagemin": "^3.0.3",
"gulp-jasmine-browser": "^1.7.0",
"gulp-less": "^3.1.0",
"gulp-postcss": "^6.2.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"phantomjs-prebuilt": "^2.1.13",
"webpack-stream": "^3.2.0"
}
}