-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.18 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
{
"name": "dollert",
"version": "0.3.0",
"description": "Get notified when dollar reachs the price you are looking for",
"author": "Rafael Camargo <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/rafaelcamargo/dollert"
},
"license": "MIT",
"dependencies": {
"jquery": "^2.1.4"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-concat-in-order": "^0.1.6",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-jade": "^1.0.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-stylus": "^0.22.0",
"grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-watch": "~0.6.1",
"grunt-exec": "^0.4.6",
"grunt-http-server": "^1.2.0",
"grunt-karma": "^0.11.0",
"grunt-zip": "^0.17.1",
"jade": "^1.11.0",
"jade-cli": "^0.1.1",
"jasmine-core": "~2.3.0",
"jasmine-jquery": "^2.1.1",
"karma": "^0.12.36",
"karma-chrome-launcher": "^0.2.1",
"karma-coverage": "^0.3.1",
"karma-jasmine": "~0.3.5",
"karma-jasmine-jquery": "^0.1.1",
"karma-phantomjs-launcher": "1.0.2",
"karma-threshold-reporter": "^0.1.15",
"phantomjs": "^1.9.17"
}
}