-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 879 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 879 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
{
"name": "preprocessify",
"version": "1.0.0",
"description": "Browserify preprocess transform",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"contributors": [
"BiblioLabs LLC. <it@bibliolabs.com> (http://www.biblioboard.com)"
],
"repository": {
"type": "git",
"url": "https://github.com/bibliolabs/preprocessify.git"
},
"keywords": [
"browserify",
"preprocess",
"transform",
"browserify-transform"
],
"author": "BiblioLabs LLC.",
"license": "ISC",
"bugs": {
"url": "https://github.com/bibliolabs/preprocessify/issues"
},
"homepage": "https://github.com/bibliolabs/preprocessify",
"dependencies": {
"browserify-transform-tools": "~1.4.2",
"preprocess": "~3.0.2"
},
"devDependencies": {
"browserify": "^13.0.1",
"chai": "^3.5.0",
"mocha": "^2.4.5",
"path": "^0.12.7"
}
}