-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.82 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
{
"name": "ng.cx.recorder",
"version": "0.0.18",
"description": "###DESCRIPTION###",
"author": {
"name": "EF CTX",
"url": "http://ef.com"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.githubusercontent.com/EFEducationFirstMobile/oss/master/LICENSE"
}
],
"keywords": [
"angularjs"
],
"homepage": "https://github.com/ef-ctx/ng.cx.recorder",
"bugs": "https://github.com/ef-ctx/ng.cx.recorder/issues",
"repository": {
"type": "git",
"url": "[email protected]:ef-ctx/ng.cx.recorder.git"
},
"readmeFilename": "README.md",
"dependencies": {},
"devDependencies": {
"bower": "~1.3.3",
"group-grunt-tasks": "~0.1.3",
"grunt": "~0.4.1",
"grunt-browser-sync": "^2.0.0",
"grunt-bump": "~0.0.11",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-connect": "~0.8.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-cssmin": "~0.10.0",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-less": "~0.8.3",
"grunt-contrib-sass": "~0.8.1",
"grunt-contrib-uglify": "~0.6.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-conventional-changelog": "~1.0.0",
"grunt-cssglue": "~0.1.2",
"grunt-git-is-clean": "^0.1.2",
"grunt-html2js": "~0.2.9",
"grunt-jsbeautifier": "~0.2.4",
"grunt-jsglue": "~0.1.0",
"grunt-karma": "~0.9.0",
"grunt-ngdocs": "git://github.com/cork-labs/grunt-ngdocs.git",
"grunt-openport": "^0.1.0",
"grunt-shell": "~0.6.4",
"grunt-template": "~0.2.3",
"karma": "~0.12.0",
"karma-chrome-launcher": "^0.1.2",
"karma-coverage": "~0.2.0",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "^0.1.2",
"load-grunt-config-data": "~1.0.0",
"load-grunt-tasks": "~0.6.0",
"lodash": "~2.4.1"
}
}