-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
65 lines (65 loc) · 1.48 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
63
64
65
{
"name": "sellect.js",
"version": "1.0.2",
"description": "sellect.js scaffolded with generator-microjs v0.1.2.",
"author": {
"name": "Lidia Freitas",
"email": "[email protected]",
"url": "https://github.com/lidia-freitas"
},
"homepage": "https://github.com/lidia-freitas/sellect.js",
"bugs": {
"url": "https://github.com/lidia-freitas/sellect.js/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://lidia-freitas.mit-license.org"
}
],
"maintainers": [],
"contributors": [
{
"name": "Daniel Lamb",
"email": "[email protected]",
"url": "https://github.com/daniellmb"
}
],
"repository": {
"type": "git",
"url": "git://github.com/lidia-freitas/sellect.js.git"
},
"main": "sellect.js",
"scripts": {
"test": "grunt"
},
"keywords": [
"micro",
"framework",
"library",
"select",
"dropdown",
"autocomplete"
],
"dependencies": {},
"devDependencies": {
"grunt": "*",
"grunt-complexity": "*",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.2.0",
"grunt-contrib-jshint": "*",
"grunt-contrib-uglify": "^3.0.1",
"grunt-karma": "*",
"jasmine-core": "^2.5.2",
"jit-grunt": "^0.10.0",
"karma": "*",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "*",
"karma-jasmine": "*",
"karma-phantomjs-launcher": "*"
},
"engines": {
"node": ">=0.10.0"
}
}