-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
71 lines (71 loc) · 1.85 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
{
"name": "angular-sails-bind",
"version": "1.0.8",
"description": "An angular service to bind sailsjs models to angular models",
"keywords": [
"sailsjs",
"angular",
"sails.js",
"angular.js",
"angularjs",
"sails",
"bind"
],
"homepage": "https://github.com/diegopamio/angular-sails-bind",
"main": "index.js",
"bugs": "https://github.com/diegopamio/angular-sails-bind/issues",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/diegopamio/angular-sails-bind/raw/master/LICENSE"
}
],
"author": {
"name": "Diego Pamio",
"email": "[email protected]",
"url": "https://github.com/diegopamio"
},
"contributors": [
{
"name": "David Tobin",
"url": "https://github.com/DavidTobin"
}
],
"repository": {
"type": "git",
"url": "https://github.com/diegopamio/angular-sails-bind.git"
},
"devDependencies": {
"angular": "~1.2.16",
"async": "^0.9.0",
"bower": "^1.3.5",
"chai": "~1.9.1",
"coveralls": "^2.10.0",
"grunt": "~0.4.5",
"grunt-bump": "0.0.16",
"grunt-cli": "^0.1.13",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "^0.5.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-conventional-changelog": "^1.1.0",
"grunt-karma": "^0.8.3",
"grunt-karma-coveralls": "^2.5.1",
"istanbul": "^0.2.16",
"karma": "^0.12.16",
"karma-chai": "~0.1.0",
"karma-chai-plugins": "~0.2.1",
"karma-chrome-launcher": "^0.1.4",
"karma-coverage": "^0.2.4",
"karma-htmlfile-reporter": "^0.1.2",
"karma-junit-reporter": "~0.2.2",
"karma-mocha": "~0.1.3",
"karma-mocha-reporter": "^0.2.8",
"karma-sauce-launcher": "^0.2.8",
"mocha": "^1.20.1",
"mocha-lcov-reporter": "0.0.1"
},
"scripts": {
"build": "node_modules/.bin/grunt default"
}
}