forked from DataArt/chip-in-calculator
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 963 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
41
{
"name": "chip-in-calculator",
"version": "1.2.1",
"description": "chip in calculator",
"main": "index.js",
"scripts": {
"postinstall": "bower update",
"test": "node_modules/web-component-tester/bin/wct"
},
"repository": {
"type": "git",
"url": "git@github.com:kashesandr/CIC.git"
},
"keywords": [
"html",
"css",
"javascript",
"gulp",
"web",
"components",
"polymer"
],
"author": "Alexander Kasheverov",
"license": "Apache 2",
"bugs": {
"url": "https://github.com/DataArt/chip-in-calculator/issues"
},
"homepage": "https://github.com/DataArt/chip-in-calculator",
"devDependencies": {
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-crisper": "0.0.5",
"gulp-minify-html": "^1.0.4",
"gulp-minify-inline": "^0.2.1",
"gulp-uglify": "^1.2.0",
"run-sequence": "^1.1.2",
"through2": "^2.0.0",
"vulcanize": "^1.10.2",
"web-component-tester": "^3.3.22"
}
}