-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.27 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
{
"name": "scandio.js",
"title": "scandio.js",
"description": "JavaScript library speeding up your JS development.",
"version": "0.2.7",
"homepage": "http://scandio.de",
"author": {
"name": "Scandio GmbH",
"url": "http://scandio.de"
},
"repository": {
"type": "git",
"url": "https://github.com/scandio/scandiojs.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/scandio/scandiojs/blob/master/LICENSE"
}
],
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "~0.1.2",
"grunt-contrib-copy": "~0.4.0",
"grunt-contrib-cssmin": "latest",
"grunt-contrib-jasmine": "latest",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-rename": "0.0.3",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-watch": "~0.4.4",
"grunt-docco": "latest",
"grunt-gh-pages": "^0.10.0",
"grunt-jsonlint": "~1.0.0",
"grunt-testem": "latest",
"load-grunt-config": "^0.13.1"
},
"scripts": {
"install": "bower install",
"test": "grunt travis --verbose"
},
"keywords": [
"scandio",
"utility",
"javascript",
"conditional loading",
"dom-logging",
"string manipulation",
"logging"
]
}