forked from es-shims/get-own-property-symbols
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 852 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
{
"version": "0.9.4",
"license": "MIT",
"name": "get-own-property-symbols",
"description": "",
"homepage": "https://github.com/WebReflection/get-own-property-symbols",
"keywords": [
"Object",
"getOwnPropertySymbols",
"ES6",
"Symbol",
"polyfill"
],
"author": {
"name": "Andrea Giammarchi",
"web": "http://webreflection.blogspot.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/WebReflection/get-own-property-symbols.git"
},
"main": "./build/get-own-property-symbols.node.js",
"scripts": {
"build": "make",
"prepublish": "npm run build",
"test": "npm run tests-only",
"tests-only": "node test/.test.js"
},
"devDependencies": {
"jshint": "^2.9.1",
"markdown": "^0.5.0",
"tiny-cdn": "^0.5.2",
"uglify-js": "^2.7.3",
"wru": "^0.2.7"
}
}