-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.2 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
{
"name": "ubikdb",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "https://github.com/reebalazs/ubikdb"
},
"scripts": {
"postinstall": "grunt install",
"postupdate": "grunt install"
},
"devDependencies": {
"yo": "*",
"grunt-cli": "*",
"bower": "*",
"grunt": "*",
"grunt-cli": "*",
"load-grunt-tasks": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-less": "*",
"grunt-contrib-watch": "*",
"grunt-browser-sync": "*",
"grunt-touch": "*",
"grunt-bg-shell": "*",
"grunt-env": "*",
"grunt-bower-task": "*",
"grunt-mkdir": "*",
"connect-browser-sync": "*",
"grunt-shell": "*",
"grunt-karma": "*",
"karma-junit-reporter": "*",
"jasmine-reporters": "~0.2.1",
"jshint": "*",
"jshint-stylish": "*",
"karma": "*",
"karma-mocha": "*",
"karma-phantomjs-launcher": "*",
"karma-chrome-launcher": "*",
"karma-safari-launcher": "*",
"karma-firefox-launcher": "*",
"karma-detect-browsers": "*",
"chai": "*",
"chai-as-promised": "*",
"karma-chai": "*",
"phantomjs": "*"
}
}