-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.16 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.16 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
{
"name": "CSSRuleEditor",
"description": "CSS editor",
"version": "0.0.1",
"homepage": "https://github.com/EnzeyNet/CSSRuleEditor",
"bugs": "https://github.com/EnzeyNet/CSSRuleEditor/issues",
"author": {
"name": "Joseph Aspelund",
"email": "enzey@enzey.net",
"url": "https://github.com/Xanir"
},
"repository": {
"type": "git",
"url": "https://github.com/EnzeyNet/CSSRuleEditor.git"
},
"keywords": [
"angular"
],
"dependencies": {
"angular": "1.2.x",
"angular-mocks": "1.2.x"
},
"devDependencies": {
"bower": "1.3.x",
"karma": "0.12.x",
"grunt-karma": "0.8.x",
"karma-chrome-launcher": "0.1.x",
"karma-coverage": "0.2.x",
"karma-jasmine": "0.1.x",
"karma-junit-reporter": "0.2.x",
"karma-ng-html2js-preprocessor": "0.1.x",
"grunt-git": "0.2.x",
"grunt-curl": "2.0.x",
"grunt-zip": "0.16.x",
"grunt-ng-annotate": "0.6.x",
"grunt-contrib-less": "0.11.x",
"grunt-contrib-jshint": "0.6.x",
"grunt-contrib-concat": "0.3.x",
"grunt-contrib-uglify": "0.4.x",
"grunt-contrib-copy": "0.5.x",
"grunt-contrib-compress": "0.8.x",
"grunt-contrib-clean": "0.5.x",
"matchdep": "0.3.x",
"adm-zip": "0.4.x",
"grunt": "0.4.x"
}
}