-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 730 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 730 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
{
"name": "encapturejs",
"version": "0.0.0",
"description": "A js library that records sequences of dom events for playback, ideal for simulationa and debug purposes.",
"main": "src/encapture.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/bomsy/encapturejs.git"
},
"keywords": [
"dom",
"capture"
],
"devDependencies": {
"grunt" : "0.4.x",
"grunt-contrib-jshint": "~0.4.3",
"grunt-contrib-nodeunit": "~0.1.2"
},
"author": "hubert b manilla",
"license": "BSD",
"readmeFilename": "README.md",
"gitHead": "9d6112beb221346e8015e237d55cfa1dcf358e0e"
}