-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1018 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1018 Bytes
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
{
"name": "NewsReader",
"version": "0.1.0",
"description": "RSS reader",
"main": "index.html",
"repository": {
"type": "git",
"url": "git@github.com/ikacikac/newsreader.git"
},
"keywords": [
"RSS",
"ownCloud",
"feed"
],
"author": "Ilija Lazarevic",
"url": "https://github.com/ikacikac/newsreader",
"license": "MIT",
"devDependencies": {
"bower": "^1.3.9",
"cordova": "^3.6.3-0.2.13",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compress": "^0.12.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^0.6.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-cordovacli": "^0.4.0",
"grunt-mkdir": "^0.1.2",
"grunt-preprocess": "^4.0.0",
"grunt-wrap": "^0.3.0",
"karma": "^0.12.23",
"karma-chrome-launcher": "^0.1.4",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "^0.1.5"
}
}