forked from satismeter/nps-widget
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 999 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
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "nps-widget",
"version": "0.45.0",
"repository": {
"type": "git",
"url": "git://github.com/satismeter/nps-widget.git"
},
"description": "Net promoter score widget.",
"keywords": [
"nps",
"net promoter score",
"widget"
],
"dependencies": {
"browserify-sass": "jsedlacek/browserify-sass#1.2.0",
"color": "^0.11.1",
"component-bind": "^1.0.0",
"escape-html": "^1.0.1",
"insert-css": "^0.2.0",
"is": "^2.1.0",
"lodash": "^4.11.1",
"partialify": "3.1.1",
"vue": "0.11.5"
},
"devDependencies": {
"autoprefixer-core": "^4.0.1",
"beefy": "^2.1.1",
"bowser": "^0.7.2",
"browserify": "^6.2.0",
"chai": "^1.9.2",
"happen": "^0.1.3",
"jquery": "^2.1.1",
"mocha": "^2.0.1",
"rsvp": "^3.0.17",
"sinon": "^1.13.0",
"zuul": "3.10.1",
"zuul-ngrok": "^4.0.0"
},
"browserify": {
"transform": [
"browserify-sass",
"partialify"
]
},
"main": "src/index.js"
}