-
Notifications
You must be signed in to change notification settings - Fork 108
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 721 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 721 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
{
"name": "12_object_playground",
"version": "1.0.0",
"description": "A tool for visualizing and experimenting with JavaScript object relationships",
"devDependencies": {
"expect.js": "^0.3.1",
"http-server": "^0.11.1",
"jake": "^8.0.15",
"jshint": "^2.1.2",
"karma": "^2.0.0",
"karma-expect": "^1.1.0",
"karma-mocha": "^1.3.0",
"mocha": "^5.0.1"
},
"scripts": {
"test": "jake"
},
"repository": {
"type": "git",
"url": "https://github.com/jamesshore/object_playground.git"
},
"author": "James Shore",
"license": "MIT",
"bugs": {
"url": "https://github.com/jamesshore/object_playground/issues"
},
"homepage": "http://www.objectplayground.com/"
}