-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.22 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": "angular-climb",
"version": "1.0.2",
"description": "Angular module for interacting with the Climb.social public API.",
"main": "dist/angular-climb-1.0.2.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "./node_modules/karma/bin/karma start --single-run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Climb-social/angular-climb.git"
},
"keywords": [
"Angular",
"climb.social"
],
"author": "Michele Memoli <[email protected]> (http://www.100shapes.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Climb-social/angular-climb/issues"
},
"homepage": "https://github.com/Climb-social/angular-climb#readme",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.3.x",
"grunt-contrib-jshint": "~0.4.x",
"grunt-contrib-uglify": "~0.2.x",
"grunt-contrib-watch": "~0.5.3",
"grunt-conventional-changelog": "^1.2.2",
"grunt-karma": "~0.7.x",
"grunt-ngmin": "~0.0.3",
"jasmine-core": "^2.3.4",
"karma-chrome-launcher": "^0.2.0",
"karma-jasmine": "^0.3.6",
"load-grunt-tasks": "~0.2.0",
"lodash": "~2.4.x",
"grunt-bump": "^0.3.1"
}
}