-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 973 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
33
34
35
36
37
38
39
40
41
{
"name": "classlist-helper",
"version": "1.1.4",
"description": "A simple Element.classList helper that can be curried.",
"main": "classlist-helper.js",
"scripts": {
"test": "nyc mocha --require babel-core/register",
"testwatch": "nyc mocha --watch --require babel-core/register"
},
"repository": {
"type": "git",
"url": "git+https://github.com/etoxin/classHelper.git"
},
"keywords": [
"classes",
"classlist",
"element",
"css",
"browser",
"functional",
"util",
"collection",
"curry",
"map"
],
"author": "Adam Lusted",
"license": "MIT",
"bugs": {
"url": "https://github.com/etoxin/classHelper/issues"
},
"homepage": "https://github.com/etoxin/classHelper#readme",
"devDependencies": {
"assert": "^1.4.1",
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"lodash": "^4.17.10",
"mocha": "^5.2.0",
"mocha-jsdom": "^2.0.0",
"nyc": "^12.0.2"
}
}