forked from ampproject/amphtml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 1.79 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
67
68
69
70
71
72
{
"name": "amp-html",
"version": "0.1.0",
"description": "Fastish HTML",
"main": "index.js",
"engines": {
"node": "^4.0.0"
},
"author": "The AMP HTML Authors",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/ampproject/amphtml.git"
},
"scripts": {
"test": "gulp test",
"lint": "gulp lint",
"build": "gulp build",
"dist": "gulp dist"
},
"dependencies": {
"document-register-element": "0.5.0"
},
"devDependencies": {
"autoprefixer": "6.0.2",
"babel-core": "5.8.24",
"babel-eslint": "4.1.3",
"babelify": "6.1.3",
"browserify": "11.0.1",
"chai": "3.0.0",
"chai-as-promised": "5.1.0",
"core-js": "1.1.4",
"cssnano": "3.0.1",
"del": "2.0.2",
"eslint": "1.6.0",
"eslint-plugin-google-camelcase": "0.0.2",
"fs-extra": "0.24.0",
"gulp": "3.9.0",
"gulp-eslint": "1.0.0",
"gulp-file": "0.2.0",
"gulp-rename": "1.2.2",
"gulp-replace": "0.5.4",
"gulp-sourcemaps": "1.5.2",
"gulp-uglify": "1.4.1",
"gulp-util": "3.0.6",
"gulp-watch": "4.3.5",
"gulp-wrap": "0.11.0",
"gzip-size": "3.0.0",
"karma": "0.13.10",
"karma-browserify": "4.2.1",
"karma-chai": "0.1.0",
"karma-chai-as-promised": "0.1.2",
"karma-chrome-launcher": "0.2.0",
"karma-firefox-launcher": "0.1.4",
"karma-fixture": "0.2.5",
"karma-html2js-preprocessor": "0.1.0",
"karma-mocha": "0.2.0",
"karma-safari-launcher": "0.1.1",
"karma-sinon-chai": "1.0.0",
"minimist": "1.2.0",
"mocha": "2.3.3",
"postcss": "5.0.5",
"pretty-bytes": "2.0.1",
"sinon": "1.15.4",
"sinon-chai": "2.8.0",
"text-table": "0.2.0",
"through2": "2.0.0",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "1.1.0",
"watchify": "3.3.1"
}
}