forked from jonchenn/amp-prototyper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 960 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
{
"name": "amp-prototyper",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"sample": "http-server sample_web/",
"output": "http-server output/",
"start": "node run.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jonchenn/amp-prototyper.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jonchenn/amp-prototyper/issues"
},
"homepage": "https://github.com/jonchenn/amp-prototyper#readme",
"dependencies": {
"amphtml-validator": "^1.0.23",
"clean-css": "^4.2.1",
"colors": "^1.3.3",
"diff": "^4.0.1",
"fs": "^0.0.1-security",
"fs-extra": "^7.0.1",
"fse": "^4.0.1",
"http-server": "^0.11.1",
"js-beautify": "^1.9.0-beta5",
"jsdom": "^13.2.0",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"path": "^0.12.7",
"puppeteer": "^1.11.0",
"purify-css": "^1.2.5",
"rimraf": "^2.6.3"
}
}