-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
40 lines (40 loc) · 1022 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
{
"name": "livewires",
"version": "3.0.0",
"description": "Live Wires",
"main": "index.twig",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/louderthanten/livewires.git"
},
"author": "Travis Gertz",
"bugs": {
"url": "https://github.com/louderthanten/livewires/issues"
},
"homepage": "https://github.com/louderthanten/livewires#readme",
"devDependencies": {
"autoprefixer": "^6.3.6",
"bower": "^1.7.9",
"browser-sync": "^2.10.1",
"cssnano": "^3.4.0",
"gulp": "^3.9.0",
"gulp-concat-util": "^0.5.4",
"gulp-data": "^1.2.1",
"gulp-postcss": "^6.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"postcss-assets": "^4.0.1",
"postcss-cssnext": "^2.4.0"
},
"dependencies": {
"bricks.js": "^1.0.1",
"gulp-twig": "^0.5.0",
"path": "^0.12.7"
}
}