-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 925 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
{
"name": "native-constants",
"title": "native-constants.js",
"description": "A light-weight library to access unpolluted Native Constants in JavaScript",
"version": "0.0.5",
"homepage": "",
"author": {
"name": "Apoorv Saxena",
"email": "root@apoorv.pro",
"url": "http://apoorv.pro"
},
"main": "dist/native-constants.js",
"repository": {
"type": "git",
"url": "git://github.com/ApoorvSaxena/native-constants.js.git"
},
"bugs": {
"url": "https://github.com/ApoorvSaxena/native-constants.js/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ApoorvSaxena/native-constants.js/blob/master/LICENSE"
}
],
"keywords": [
"constants",
"javascript",
"library"
],
"devDependencies": {
"grunt-contrib-concat": "~0.5.1",
"grunt": "~0.4.5",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-uglify": "~0.8.0"
}
}