-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
42 lines (42 loc) · 1.04 KB
/
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": "sc5-styleguide-visualtest",
"version": "1.10.0",
"description": "Gulp plugin for automatic visual testing SC5 StyleGuide components",
"main": "dist/index.js",
"scripts": {
"compile": "babel -d dist/ src/",
"prepublish": "npm run compile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SC5/sc5-styleguide-visualtest.git"
},
"keywords": [
"gulpplugin",
"sc5-styleguide",
"testing",
"gemini",
"styleguide"
],
"author": "Varya Stepanova <mail@varya.me>",
"license": "MIT",
"bugs": {
"url": "https://github.com/SC5/sc5-styleguide-visualtest/issues"
},
"homepage": "https://github.com/SC5/sc5-styleguide-visualtest#readme",
"devDependencies": {
"babel": "^5.8.23",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"minimist": "^1.2.0",
"sc5-styleguide": ">=0.3.37"
},
"dependencies": {
"gemini": "4.4.4",
"fs-extra": "^0.24.0",
"gulp-util": "^3.0.6",
"lodash": "^3.10.1",
"through2": "^2.0.0",
"phantomjs-prebuilt": "^2.1.7"
}
}