This repository was archived by the owner on Aug 13, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.48 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.48 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "angularsails",
"version": "0.12.1",
"description": "SailsJS SDK for AngularJS",
"main": "dist/ngsails.io.js",
"directories": {
"doc": "docs",
"example": "example",
"test": "tests"
},
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/balderdashy/angularSails.git"
},
"keywords": [
"Angular",
"AngularJS",
"Sails",
"SailJS",
"realtime"
],
"authors": [
"Rob Wormald <rob.wormald@innitapps.com>",
"Gabe Hernandez <ghernandez345@gmail.com>",
"Andrew Rhyne <rhyneandrew@gmail.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/balderdashy/angularSails.git/issues"
},
"homepage": "https://github.com/balderdashy/angularSails.git",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-jshint": "~0.9.2",
"grunt-karma": "~0.8.0",
"grunt-ng-constant": "~0.4.8",
"grunt-newer": "~0.6.1",
"jshint-stylish": "~0.1.5",
"karma-phantomjs-launcher": "~0.1.2",
"karma-chrome-launcher": "~0.1.2",
"karma-firefox-launcher": "~0.1.3",
"karma-jasmine": "~0.2.2",
"load-grunt-tasks": "~0.4.0",
"grunt-ngmin": "0.0.3",
"grunt-contrib-clean": "~0.5.0",
"gulp": "~3.6.0",
"grunt-traceur": "0.0.3",
"grunt-ngdocs": "~0.2.1",
"grunt-contrib-copy": "^0.5.0"
},
"dependencies": {},
"author": ""
}