-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 977 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
42
{
"name": "awty",
"version": "0.0.1",
"description": "JS Tool for adding / removing CSS classes",
"main": "awty.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/antoniocapelo/awty.git"
},
"keywords": [
"css",
"adding",
"scroll",
"transitions",
"tool"
],
"author": "António Capelo",
"license": "ISC",
"bugs": {
"url": "https://github.com/antoniocapelo/awty/issues"
},
"homepage": "https://github.com/antoniocapelo/awty",
"dependencies": {
},
"devDependencies": {
"browser-sync": "^0.7.5",
"gulp": "^3.8.7",
"gulp-autoprefixer": "0.0.8",
"gulp-csso": "^0.2.9",
"gulp-jshint": "^1.8.4",
"gulp-load-plugins": "^0.5.3",
"gulp-rename": "^1.2.0",
"gulp-ruby-sass": "^0.7.1",
"gulp-sass": "^0.7.2",
"gulp-uglify": "^0.3.1",
"jshint-stylish": "^0.4.0",
"multipipe": "^0.1.1"
}
}