-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
79 lines (79 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
69
70
71
72
73
74
75
76
77
78
79
{
"name": "melange",
"version": "0.0.1",
"description": "The new CMS service for the vvvnt",
"main": "bin/index.html",
"scripts": {
"test": "node_modules/gulp/bin/gulp.js test",
"start": "node_modules/gulp/bin/gulp.js start",
"lint": "node_modules/gulp/bin/gulp.js lint"
},
"repository": {
"type": "git",
"url": "https://github.com/avantdotorg/melange.git"
},
"keywords": [
"angularjs",
"node",
"gulp"
],
"author": "B Cedric Cogell",
"license": "Creative Commons",
"bugs": {
"url": "https://github.com/avantdotorg/melange/issues"
},
"homepage": "https://github.com/avantdotorg/melange",
"dependencies": {
"angular": "^1.3.1",
"angular-route": "^1.3.2"
},
"devDependencies": {
"angular-mocks": "^1.3.2",
"browser-sync": "^1.6.3",
"del": "^0.1.3",
"event-stream": "^3.1.7",
"extend": "^2.0.0",
"file": "^0.2.2",
"gulp": "^3.8.10",
"gulp-angular-templatecache": "^1.4.2",
"gulp-concat": "^2.4.1",
"gulp-jshint": "^1.9.0",
"gulp-ng-annotate": "^0.3.4",
"gulp-protractor": "0.0.11",
"gulp-replace": "^0.5.0",
"gulp-rev": "^2.0.1",
"gulp-rev-all": "^0.7.1",
"gulp-rev-manifest-replace": "0.0.3",
"gulp-rev-replace": "^0.3.1",
"gulp-sourcemaps": "^1.2.8",
"gulp-uglify": "^1.0.1",
"gulp-wrap": "^0.5.0",
"jasmine": "^2.0.1",
"karma": "^0.12.24",
"karma-chrome-launcher": "^0.1.5",
"karma-jasmine": "^0.2.3",
"karma-jspm": "^1.0.1",
"karma-ng-html2js-preprocessor": "^0.1.2",
"karma-phantomjs-launcher": "^0.1.4",
"lodash": "^2.4.1",
"minimatch": "^1.0.0",
"protractor": "^1.4.0",
"q": "^1.1.1",
"relquire": "^0.4.1",
"require-dir": "^0.1.0",
"run-sequence": "^1.0.1",
"yargs": "^1.3.3"
},
"jspm": {
"directories": {
"dist": "bin"
},
"dependencies": {
"angular": "^1.3.3",
"angular-mocks": "^1.3.3",
"angular-route": "^1.3.3",
"angular-ui-router": "^0.2.13",
"text": "^0.0.2"
}
}
}