-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 935 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 935 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
{
"name": "poly",
"version": "0.0.1",
"description": "Application for the book \"Getting Started with Polymer\"",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/AKHXtern/poly.git"
},
"keywords": [
"polymer",
"poly",
"music",
"book"
],
"author": "Arshak Khachatrian",
"license": "ISC",
"devDependencies": {
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-cache": "^0.4.1",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.0",
"gulp-imagemin": "^2.4.0",
"gulp-jshint": "^2.0.0",
"gulp-livereload": "^3.8.1",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-ruby-sass": "^2.0.6",
"gulp-style-modules": "^0.1.0",
"gulp-uglify": "^1.5.1",
"gulp-vulcanize": "^6.1.0",
"jshint": "^2.9.1"
}
}