-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 869 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
{
"name": "semantica",
"version": "1.0.0",
"description": "``` bower install ```",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@git.b-connect.de:erik.seifert/semantica.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"del": "^2.0.2",
"gulp": "^3.8.11",
"gulp-chug": "^0.4.2",
"gulp-concat": "^2.6.0",
"gulp-copy": "0.0.2",
"gulp-jshint": "^1.9.4",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.0",
"gulp-sass": "^2.0.4",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.4",
"gulp-watch": "^4.3.4",
"jshint-stylish": "^2.0.1",
"load-grunt-tasks": "^3.1.0",
"main-bower-files": "^2.6.2",
"node-sass": "^3.3.3",
"yamljs": "^0.2.3"
}
}