forked from RadLikeWhoa/Countable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 814 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": "countable",
"description": "Countable is a JavaScript library to add live paragraph-, word- and character-counting to an HTML element.",
"author": "Sacha Schmid <https://twitter.com/sachaschmid>",
"version": "2.1.1",
"main": "Countable.js",
"keywords": [
"paragraphs",
"words",
"characters",
"count",
"live"
],
"repository": {
"type": "git",
"url": "https://github.com/RadLikeWhoa/Countable.git"
},
"devDependencies": {
"chai": "^1.9.1",
"karma": "^0.12.21",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.5",
"karma-coverage": "^0.5.3",
"karma-firefox-launcher": "^0.1.3",
"karma-mocha": "^0.1.7",
"mocha": "^1.21.4"
},
"scripts": {
"test": "./node_modules/karma/bin/karma start"
},
"license": "MIT"
}