-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
32 lines (32 loc) · 924 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
{
"name": "drupalcore-frontend-toolkit",
"version": "0.0.2",
"description": "A frontend toolkit for working with Drupal core",
"author": "Lewis Nyman <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/lewisnyman/drupalcore-frontend-toolkit"
},
"scripts": {
"test": "gulp csslint",
"start": "gulp watch",
"report": "gulp report",
"deploy": "gulp deploy",
"styleguide": "gulp styleguide"
},
"devDependencies": {
"gulp": "^3.8.10",
"gulp-concat": "^2.5.2",
"gulp-csslint": "^0.1.5",
"gulp-csslint-report": "git://github.com/RobLoach/gulp-csslint-report.git#fix-dependencies",
"gulp-gh-pages": "^0.4.0",
"gulp-kss": "0.0.2",
"gulp-livereload": "^3.7.0",
"gulp-newer": "^0.5.0",
"gulp-phantomcss": "0.0.4",
"jsonfile": "^2.2.1",
"lodash.clone": "^3.0.2",
"slug": "^0.9.1",
"yargs": "^3.7.2"
}
}