-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
43 lines (43 loc) · 1.09 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
{
"name": "aping",
"version": "1.4.3",
"description": "apiNG is an AngularJS directive that enables you to receive, aggregate, limit, order and display data from one or more sources. The complete setup is dead simple, just by adding data-attributes to your html",
"main": "dist/aping.js",
"repository": {
"type": "git",
"url": "git+https://github.com/JohnnyTheTank/apiNG.git"
},
"keywords": [
"aping",
"angularjs",
"api",
"json"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"demos"
],
"author": "Jonathan Hornung <[email protected]>",
"contributors": [
"Auban le Grelle <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/JohnnyTheTank/apiNG/issues"
},
"homepage": "https://github.com/JohnnyTheTank/apiNG",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^0.6.1"
},
"dependencies": {
"angular": "*"
}
}