forked from angular-resource-sails/angular-resource-sails
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.23 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.23 KB
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
{
"name": "angular-resource-sails",
"version": "1.1.10",
"private": false,
"description": "Angular $resource style service for accessing sails socket.io resources",
"main": "src/sailsResource.js",
"repository": {
"type": "git",
"url": "https://github.com/xjpro/angular-resource-sails.git"
},
"scripts": {
"install": "node_modules/.bin/bower install",
"test": "cd example && npm install && cd .. && npm run unit-tests && npm run integration-tests",
"unit-tests": "node node_modules/karma/bin/karma start --browsers PhantomJS --single-run",
"integration-tests": "node node_modules/gulp/bin/gulp.js protractor"
},
"keywords": [
"sails",
"angular",
"resource",
"socket.io"
],
"contributors": [
"Joshua Prodahl <jprodahl@gmail.com> (http://returnnull.com)",
"Jason More <jason.more@gmail.com> (http://jasonmore.net)"
],
"dependencies": {
"sails": "~0.11.0-rc9"
},
"devDependencies": {
"bower": "^1.3.9",
"exec": "^0.1.2",
"gulp": "^3.8.7",
"gulp-protractor": "0.0.11",
"karma": "^0.12.22",
"karma-chrome-launcher": "^0.1.4",
"karma-jasmine": "^0.2.2",
"karma-phantomjs-launcher": "^0.1.4",
"phantomjs": "^1.9.7-15",
"protractor": "^1.1.1"
}
}