-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 780 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 780 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
{
"name": "empty",
"version": "0.10.1",
"description": "Utility that provides different types of empty objects.",
"keywords": [
"empty",
"noop"
],
"scripts": {
"test": "jshint index.js tests.js && jscs index.js tests.js && testem ci"
},
"repository": {
"type": "git",
"url": "https://github.com/iclanzan/empty.git"
},
"author": "Sorin Iclanzan <sorin@iclanzan.com> (http://iclanzan.com/)",
"bugs": {
"url": "https://github.com/iclanzan/empty/issues"
},
"homepage": "https://github.com/iclanzan/empty",
"license": "MIT",
"browserify": {
"transform": [
"envify"
]
},
"devDependencies": {
"jscs": "^1.11.3",
"jshint": "^2.6.3",
"tape": "^3.5.0"
},
"dependencies": {
"envify": "^3.4.0"
}
}