-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.17 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.17 KB
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": "Interlocutor",
"version": "0.0.9",
"description": "",
"scripts": {
"lint": "eslint . --ext js,html --ignore-path .gitignore",
"test": "npm run lint && polymer test",
"build": "gulp build"
},
"dependencies": {
"matrix-js-sdk": "git+https://git@github.com/pik/matrix-js-sdk.git"
},
"devDependencies": {
"autoprefixer": "^6.5.1",
"babel-plugin-transform-builtin-extend": "^1.1.2",
"babel-preset-es2015": "^6.14.0",
"css-slam": "^1.1.0",
"cssnano": "^3.8.0",
"es6-promise": "^3.2.1",
"eslint": "^3.8.1",
"eslint-plugin-html": "^1.5.5",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-crisper": "^1.1.0",
"gulp-cssnano": "^2.1.2",
"gulp-html-minifier": "^0.1.8",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^3.0.1",
"gulp-postcss": "^6.2.0",
"gulp-uglify": "^2.0.0",
"gulp-vulcanize": "^6.1.0",
"iron-icon-extractor": "git+https://github.com/pik/iron-icon-extractor.git",
"merge-stream": "^1.0.0",
"plylog": "^0.4.0",
"polymer-build": "^0.4.1"
},
"author": {
"email": "alexander.maznev@gmail.com"
},
"license": "MIT"
}