-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 932 Bytes
/
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
{
"name": "sourcejs-crowd-voice",
"version": "0.3.7",
"description": "Crowd Voice SourceJS plugin for adding user custom info on spec page from browser.",
"repository": {
"type": "git",
"url": "https://github.com/sourcejs/sourcejs-crowd-voice.git"
},
"keywords": [
"sourcejs",
"plugin",
"comments",
"dynamic text"
],
"dependencies": {
"grunt": "^0.4.5",
"grunt-autoprefixer": "~1.0.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-less": "^0.11.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.6.1",
"jquery-autosize": "^1.18.12",
"load-grunt-tasks": "~0.6.0"
},
"scripts": {
"install": "grunt"
},
"author": "Robert Haritonov, Daniel Mishcherin",
"bugs": {
"url": "https://github.com/sourcejs/sourcejs-crowd-voice/issues"
},
"homepage": "https://github.com/sourcejs/sourcejs-crowd-voice"
}