-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.12 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "mutation-watcher",
"version": "1.0.2",
"description": "MutationWatcher is a JavaScript library that comes to help make DOM mutation observing fast and easy.",
"main": "MutationWatcher.js",
"homepage": "https://github.com/virtyaluk/mutation-watcher",
"author": {
"name": "Bohdan Shtepan",
"email": "virtydev@yandex.com"
},
"directories": {
"test": "test",
"dist": "dist"
},
"scripts": {
"test": "grunt ci --verbose"
},
"repository": {
"type": "git",
"url": "https://github.com/virtyaluk/mutation-watcher.git"
},
"keywords": [
"mutation",
"mutation events",
"mutation observer",
"mutation watcher",
"dom",
"mutation"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/virtyaluk/mutation-watcher/issues"
},
"devDependencies": {
"chai": "^3.4.1",
"esprima": "^2.7.0",
"grunt": "^0.4.5",
"grunt-bell": "^0.1.2",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-uglify": "^0.11.0",
"grunt-eslint": "^17.3.1",
"grunt-mocha-phantomjs": "^2.0.1",
"mocha": "^2.3.4",
"mutationobserver-shim": "^0.3.1"
}
}