-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1007 Bytes
/
package.json
File metadata and controls
46 lines (46 loc) · 1007 Bytes
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
{
"name": "holyfills",
"version": "1.0.0",
"description": "No more \"Holy Sxxt!!\" when writting ES5/ES6",
"main": "index.js",
"scripts": {
"build": "webpack -p",
"test": "mocha --require should",
"dev": "mocha --require should --watch"
},
"repository": {
"type": "git",
"url": "https://github.com/tomchentw/holyfills"
},
"keywords": [
"ES5",
"ES6",
"polyfills",
"polyfill",
"shim",
"es5-shim"
],
"author": {
"name": "tomchentw",
"email": "developer@tomchentw.com",
"url": "https://github.com/tomchentw"
},
"license": {
"type": "MIT",
"url": "http://tomchentw.mit-license.org"
},
"bugs": {
"url": "https://github.com/tomchentw/holyfills/issues"
},
"homepage": "https://github.com/tomchentw/holyfills",
"engines": {
"node": ">=0.10.0"
},
"devDependencies": {
"mocha": "^1.21.4",
"should": "^4.0.4",
"sinon": "^1.10.3",
"tomchentw-npm-dev": "0.0.13",
"webpack": "^1.4.5"
}
}