-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
26 lines (26 loc) · 828 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
{
"name": "angular-click-outside",
"version": "1.2.0",
"description": "A simple angular directive for executing code when clicking outside an element",
"main": "angular-click-outside.js",
"scripts": {
"start": "browser-sync start --server --files \"**/*.html, **/*.js, **/*.css\" --startPath \"/example\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/twhitbeck/angular-click-outside.git"
},
"author": "",
"license": {
"type": "MIT",
"url": "https://github.com/twhitbeck/angular-click-outside/blob/master/LICENSE.md"
},
"bugs": {
"url": "https://github.com/twhitbeck/angular-click-outside/issues"
},
"homepage": "https://github.com/twhitbeck/angular-click-outside#readme",
"devDependencies": {
"angular": "^1.4.7",
"browser-sync": "^2.9.11"
}
}