-
Notifications
You must be signed in to change notification settings - Fork 56
/
package.json
43 lines (43 loc) · 1.13 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-sails",
"version": "1.1.4",
"description": "An angular provider for using the sails socket.io api",
"scripts": {
"build": "gulp build-js",
"test": "gulp test"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/janpantel/angular-sails.git"
},
"author": "Jan-Oliver Pantel <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kyjan/angular-sails/issues"
},
"homepage": "https://github.com/kyjan/angular-sails",
"dependencies": {
"angular": "^1.3.0",
"sails.io.js": "^0.11.0"
},
"devDependencies": {
"chai": "^1.10.0",
"gulp": "^3.5.6",
"gulp-concat": "^2.2.0",
"gulp-footer": "^1.0.4",
"gulp-header": "^1.0.2",
"gulp-karma": "0.0.4",
"gulp-ng-annotate": "^0.3.3",
"gulp-uglify": "^0.2.1",
"karma": "^0.12.21",
"karma-chai-sinon": "^0.1.4",
"karma-chrome-launcher": "~0.1.0",
"karma-firefox-launcher": "~0.1.0",
"karma-mocha": "~0.1",
"karma-phantomjs-launcher": "~0.1.0",
"karma-script-launcher": "~0.1.0",
"sinon": "^1.12.2",
"sinon-chai": "^2.6.0"
}
}