-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 939 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
27
28
29
30
31
32
{
"name": "thin",
"version": "1.3.0",
"description": "Thin is a small utility which extends the default behavior of the `Element` and `NodeList` JavaScript interfaces to make working with the DOM easier and require less code.",
"main": "thin.js",
"directories": {
"test": "tests"
},
"dependencies": {},
"devDependencies": {
"jasmine-core": "^2.4.1",
"karma": "0.13.9",
"karma-chrome-launcher": "^0.2.2",
"karma-jasmine": "^0.3.7",
"karma-webpack": "^1.7.0",
"raw-loader": "^0.5.1",
"webpack": "^1.12.14"
},
"scripts": {
"test": "./node_modules/karma/bin/karma start karma.config.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/willrowe/javascript-thin.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/willrowe/javascript-thin/issues"
},
"homepage": "https://github.com/willrowe/javascript-thin#readme"
}