This repository has been archived by the owner on Jun 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 55
/
package.json
68 lines (68 loc) · 2 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
{
"name": "stormpathidp",
"version": "0.6.0",
"repository": "https://github.com/stormpath/idsite-src",
"dependencies": {
"node-uuid": "^1.4.7"
},
"devDependencies": {
"async": "^2.1.2",
"autoprefixer": "^6.5.1",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"colors": "^1.1.2",
"express": "^4.14.0",
"grunt": "^0.4.5",
"grunt-bower-install": "^1.6.0",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.2",
"grunt-contrib-htmlmin": "^2.0.0",
"grunt-contrib-imagemin": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-less": "^1.4.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-google-cdn": "^0.4.3",
"grunt-includes": "^0.5.0",
"grunt-karma": "^0.8.3",
"grunt-newer": "^1.2.0",
"grunt-ng-annotate": "^2.0.2",
"grunt-postcss": "^0.8.0",
"grunt-protractor-runner": "^0.2.4",
"grunt-rev": "~0.1.0",
"grunt-svgmin": "^4.0.0",
"grunt-usemin": "^3.1.1",
"jshint-stylish": "^2.2.1",
"karma": "^0.12.14",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.3",
"karma-coverage": "^0.2.1",
"karma-mocha": "^0.1.3",
"karma-ng-html2js-preprocessor": "^0.1.0",
"karma-ng-scenario": "^0.1.0",
"load-grunt-tasks": "^3.5.2",
"localtunnel": "^1.7.0",
"mocha": "^3.1.2",
"ngrok": "^2.2.3",
"protractor": "^4.0.9",
"q": "^1.4.1",
"request": "^2.75.0",
"stormpath": "^0.18.5",
"time-grunt": "^1.4.0",
"untildify": "^3.0.2"
},
"engines": {
"node": ">=0.10.0"
},
"license": "Apache-2.0",
"homepage": "https://github.com/stormpath/idsite-src",
"scripts": {
"test": "grunt test",
"install": "node ./node_modules/protractor/bin/webdriver-manager update",
"protractor-sauce": "./node_modules/protractor/bin/protractor protractor.conf.sauce.js"
}
}