-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 816 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 816 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
{
"name": "gulp-static-bindings",
"version": "1.0.0",
"description": "A gulp plugin for replacing dynamic one-way angular bindings with string literals to one-time initializable binding with static string literals ",
"main": "index.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/krylovsentry/gulp-static-bindings.git"
},
"keywords": [
"gulp",
"gulpplugin",
"angular",
"bindings",
"templates"
],
"author": "Anton Krylov",
"license": "MIT",
"bugs": {
"url": "https://github.com/krylovsentry/gulp-static-bindings/issues"
},
"homepage": "https://github.com/krylovsentry/gulp-static-bindings#readme",
"dependencies": {
"gulp-util": "^3.0.8",
"through2": "^4.0.2"
},
"devDependencies": {}
}