-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 698 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 698 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
{
"name": "file-preprocessor-loader",
"version": "1.0.5",
"description": "a loader for webpack using file-preprocessor (c++ like preprocessor syntax)",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/chibisuke/file-preprocessor-loader.git"
},
"keywords": [
"angular",
"ionic",
"preprocessor",
"webpack",
"loader"
],
"author": "Chibisuke",
"license": "MIT",
"bugs": {
"url": "https://github.com/chibisuke/file-preprocessor-loader/issues"
},
"homepage": "https://github.com/chibisuke/file-preprocessor-loader#readme",
"dependencies": {
"file-preprocessor": "^1.0.1",
"loader-utils": "^1.4.2"
}
}