-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
66 lines (66 loc) · 1.66 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "@elifesciences/pattern-library",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/elifesciences/pattern-library"
},
"version": "0.0.7",
"devDependencies": {
"babel-preset-es2015": "^6.6.0",
"babelify": "^7.2.0",
"browser-sync": "^2.12.3",
"browserify": "^13.0.0",
"chai": "^3.5.0",
"chai-as-promised": "^7.1.1",
"core-js": "^2.4.1",
"del": "^2.2.0",
"element-closest": "^2.0.2",
"express": "^4.13.4",
"globby": "^5.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^2.4.0",
"gulp-jscs": "^3.0.2",
"gulp-jshint": "^2.0.0",
"gulp-mocha-phantomjs": "^0.11.0",
"gulp-postcss": "^6.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.2.0",
"gulp-sass-glob": "^1.0.5",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"gulp-webdriver": "^2.0.3",
"highcharts": "^9.1.0",
"jshint": "^2.9.2",
"minimist": "^1.2.0",
"mocha": "^2.4.5",
"postcss-reporter": "^1.3.3",
"postcss-scss": "^0.1.7",
"promise-phantom": "^3.1.6",
"sinon": "^4.4.0",
"stylelint": "^5.1.0",
"text-clipper": "^1.2.0",
"uglify-js": "^2.6.4",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"wdio-mocha-framework": "^0.5.11",
"wdio-selenium-standalone-service": "0.0.9",
"webdriverio": "^4.8.0"
},
"optionalDependencies": {
"fsevents": "*"
},
"files": [
"source/assets/**/*"
],
"style": "source/assets/css/all.css",
"scripts": {
"prepublish": "gulp"
},
"publishConfig": {
"access": "public"
}
}