-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.29 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.29 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
{
"name": "discgolfmetrix-wp-plugin",
"version": "2.0.0",
"scripts": {
"start": "gulp",
"build": "gulp build --production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "ips <ips@ips.re>",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/ipsips/discgolfmetrix-wp-plugin.git"
},
"devDependencies": {
"autoprefixer": "^6.5.1",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"color": "^0.11.4",
"core-js": "^2.4.1",
"file-loader": "^0.9.0",
"gulp": "^3.9.1",
"gulp-livereload": "^3.8.1",
"gulp-postcss": "^6.2.0",
"gulp-readme-to-markdown": "^0.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^1.9.1",
"gulp-util": "^3.0.7",
"merge-stream": "^1.0.1",
"redux": "^3.6.0",
"snabbdom": "^0.5.4",
"snabbdom-jsx": "^0.3.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.3",
"webpack-stream": "^3.2.0"
},
"dependencies": {
"promise-polyfill": "^6.0.2"
}
}