-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.38 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.38 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
43
44
45
46
47
48
49
50
51
52
53
{
"name": "polymer-build",
"version": "0.0.27",
"description": "Build tools to make polymer element creation easy!",
"default": "index.js",
"bin": {
"polymer-build": "bin/polymer-build"
},
"repository": {
"type": "git",
"url": "https://github.com/Custom-Elements/polymer-tools.git"
},
"keywords": [
"polymer",
"coffeescript",
"less",
"vulcanize",
"build",
"watch",
"livereload"
],
"author": "Will Ballard <wballard@mailframe.net>",
"license": "ISC",
"bugs": {
"url": "https://github.com/Custom-Elements/polymer-tools/issues"
},
"homepage": "https://github.com/Custom-Elements/polymer-tools",
"dependencies": {
"async": "~0.9.0",
"browserify": "6.2.0",
"cheerio": "^0.17.0",
"chokidar": "~0.8.2",
"clean-css": "^2.2.3",
"coffee-script": "^1.8.0",
"coffeeify": "^1.0.0",
"colors": "~0.6.2",
"custom-event-server": "^0.0.0",
"docopt": "~0.4.0",
"express": "~4.4.1",
"indent-string": "^0.1.3",
"less": "2.0.0-b1",
"livereload": "^0.3.4",
"lodash": "^2.4.1",
"mime": "^1.2.11",
"mkdirp": "~0.5.0",
"module-deps": "git+https://github.com/substack/module-deps#3a413f651c6c623fcfc0b8bf15fcd6fcc65a0387",
"parseurl": "^1.0.1",
"polymer": "git+https://github.com/custom-elements/polymer",
"through": "^2.3.4",
"uglify-js": "^2.4.14",
"wrench": "^1.5.8"
}
}