-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 828 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 828 Bytes
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
{
"name": "tsbar",
"version": "0.0.1",
"description": "A toolbar for Tiddlyspace that can be re-used in Tiddly SPAs",
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "git://github.com/TiddlySpace/tsbar.git"
},
"keywords": [
"Tiddlyspace",
"tsbar"
],
"author": "Osmosoft",
"licenses" : [{
"type" : "BSD New",
"url" : "http://github.com/tiddlyspace/tsbar/LICENSE"
}],
"scripts": {
"test": "grunt jshint test"
},
"devDependencies": {
"grunt": "~0.4.0",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-watch": "~0.3.1",
"grunt-contrib-connect": "~0.2.0",
"grunt-contrib-jshint": "~0.3.0",
"grunt-contrib-jasmine": "~0.4.1",
"grunt-contrib-handlebars": "~0.5.8",
"grunt-contrib-uglify": "~0.2.0",
"grunt-exec": "~0.4.0"
}
}