-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
49 lines (49 loc) · 1.26 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
{
"name": "sqwidget",
"title": "Sqwidget",
"version": "2.0.9",
"contributors": [
"Adhip Gupta <[email protected]>",
"Simon Elliott <[email protected]>",
"Premasagar Rose <[email protected]>"
],
"main": "sqwidget.js",
"files": [
"sqwidget.js"
],
"engines": {
"node": ">= 0.8.0"
},
"repository": {
"type": "git",
"url": "http://github.com/premagasar/sqwidget"
},
"bugs": {
"url": "http://github.com/premagasar/sqwidget/issues"
},
"devDependencies": {
"grunt": "latest",
"grunt-contrib-connect": "latest",
"grunt-contrib-clean": "latest",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-requirejs": "~0.4.1",
"karma-script-launcher": "~0.1.0",
"karma-chrome-launcher": "~0.1.0",
"karma-firefox-launcher": "~0.1.0",
"karma-requirejs": "~0.1.0",
"karma-phantomjs-launcher": "~0.1.0",
"karma": "~0.10.2",
"grunt-karma": "~0.6.2",
"mocha": "~1.13.0",
"karma-mocha": "~0.1.0",
"karma-sinon": "0.0.1",
"karma-chai-plugins": "~0.1.3",
"grunt-init": "https://github.com/papercreatures/grunt-init/tarball/master",
"grunt-contrib-copy": "~0.4.1",
"grunt-shell": "~0.5.0"
},
"scripts": {
"prepublish": "make dist",
"test": "grunt test:continuous"
}
}