forked from scandio/scandiojs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (41 loc) · 1.16 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
{
"name": "scandio.js",
"title": "scandio.js",
"description": "JavaScript library speeding up your JS development.",
"version": "0.1.3",
"homepage": "http://scandio.de",
"author": {
"name": "Scandio GmbH",
"url": "https://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.1",
"grunt-contrib-watch": "~0.4.4",
"grunt-contrib-jshint": "~0.6.0",
"grunt-jsonlint": "~1.0.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-concat": "~0.1.2",
"grunt-docco2": "latest",
"grunt-contrib-copy": "~0.4.0",
"grunt-testem": "latest",
"grunt-contrib-cssmin": "latest",
"grunt-contrib-jasmine": "latest"
},
"scripts": {
"install": "bower install",
"test": "grunt travis --verbose"
},
"keywords": ["scandio", "utility", "javascript", "conditional loading", "dom-logging", "string manipulation", "logging"]
}