-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.6 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
{
"name": "nr-dev",
"version": "0.2.1",
"description": "The is a cross application for mobile devices. Created by and for developers of Netresearch GmbH & Co.KG (http://netresearch.de). The app includes experiments with various API's. Manage colors of lamps in the office, games from noise, let you list parts of the internal address book. It is based on Ionic (http://ionicframework.com) base project. A special thanks goes to the developers of this project.",
"author": "André Lademann",
"scripts": {
"test": "grunt dalek"
},
"readme": "README.md",
"repository": {
"type": "git",
"url": "git://github.com/vergissberlin/nr-dev.git"
},
"dependencies": {
"gulp": "^3.5.6",
"gulp-sass": "^4.0.1",
"gulp-concat": "^2.2.0",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.0"
},
"devDependencies": {
"bower": "^1.3.3",
"dalek-browser-chrome": "0.0.11",
"dalek-browser-firefox": "0.0.6",
"dalek-browser-ie": "^0.0.5",
"dalek-browser-ios": "^0.0.4",
"dalek-cli": "0.0.5",
"dalek-reporter-html": "0.0.4",
"dalekjs": "^0.0.9",
"grunt": "^1.0.3",
"grunt-contrib-compass": "^1.1.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^3.3.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-dalek": "^0.2.0",
"grunt-notify": "^0.4.5",
"grunt-readme-generator": "^0.3.41",
"grunt-shell": "^2.1.0",
"gulp-dalek": "0.0.1",
"gulp-util": "^3.0.8",
"matchdep": "^2.0.0",
"shelljs": "^0.8.2"
}
}