forked from okcoker/taggle.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.57 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "taggle",
"version": "1.11.2",
"description": "Taggle is a dependency-less tagging library",
"author": "Sean Coker <[email protected]>",
"url": "http://sean.is/poppin/tags",
"repository": {
"type": "git",
"url": "[email protected]:okcoker/taggle.js.git"
},
"browserDependencies": {},
"devDependencies": {
"autoprefixer": "^6.3.4",
"chai": "^3.5.0",
"coveralls": "^2.11.8",
"cssnano": "^3.5.2",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-compass": "^1.1.1",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^18.0.0",
"grunt-karma": "^0.12.2",
"grunt-mocha": "^0.4.15",
"grunt-postcss": "^0.8.0",
"grunt-sass": "^1.2.0",
"karma": "^0.13.22",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.3",
"karma-coverage": "^0.5.5",
"karma-mocha": "^0.2.2",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sinon": "^1.0.4",
"karma-sinon-chai": "^1.2.0",
"load-grunt-config": "^0.19.1",
"load-grunt-tasks": "^3.4.1",
"mocha": "^2.4.5",
"phantomjs-prebuilt": "^2.1.6",
"sinon": "^1.17.3",
"sinon-chai": "^2.6.0"
},
"bugs": {
"url": "https://github.com/okcoker/taggle.js/issues"
},
"homepage": "https://github.com/okcoker/taggle.js",
"main": "src/taggle.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt test"
},
"keywords": [
"tags",
"tagging",
"standalone",
"micro",
"library"
],
"license": "MIT"
}