-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
73 lines (73 loc) · 1.87 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "bradypodion",
"description": "Create post-platform mobile apps with ease",
"license": "MIT",
"version": "0.5.4",
"homepage": "http://bradypodion.io/",
"author": "excellenteasy <[email protected]>",
"contributors": [
{
"name": "David Pfahler",
"email": "[email protected]"
},
{
"name": "Stephan Bönnemann",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "git://github.com/excellenteasy/bradypodion.git"
},
"bugs": {
"url": "https://github.com/excellenteasy/bradypodion/issues"
},
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "./node_modules/grunt-cli/bin/grunt test"
},
"peerDependencies": {
"grunt": "^0.4.2"
},
"devDependencies": {
"bower": "^1.3.0",
"codeclimate-test-reporter": "^0.0.3",
"glob": "^4.0.2",
"grunt-bump": "^0.0.14",
"grunt-cli": "^0.1.13",
"grunt-concurrent": "^0.5.0",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-less": "^0.11.0",
"grunt-contrib-uglify": "^0.5.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-conventional-changelog": "^1.1.0",
"grunt-jscs-checker": "^0.6.0",
"grunt-karma": "^0.8.2",
"grunt-karma-coveralls": "^2.3.0",
"grunt-ngdocs": "git+https://github.com/excellenteasy/grunt-ngdocs.git",
"grunt-ngmin": "^0.0.3",
"grunt-shell": "^0.7.0",
"karma": "^0.12.1",
"karma-coverage": "^0.2.0",
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "^0.1.1",
"load-grunt-tasks": "^0.6.0",
"semver-sync": "^1.2.0",
"time-grunt": "^0.3.1",
"karma-chrome-launcher": "^0.1.2"
},
"keywords": [
"angular",
"directive",
"post-platform",
"ui",
"ios",
"android",
"web"
]
}