-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.32 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
{
"name": "angular-widgets",
"version": "0.1.1",
"description": "ui widgets implemented as angular directives",
"repository": {
"type": "git",
"url": "git://github.com/pchorus/angular-widgets.git"
},
"dependencies": {},
"devDependencies": {
"angular": "^1.5.8",
"angular-mocks": "^1.5.8",
"angular-resource": "^1.5.8",
"grunt": "^1.0.1",
"grunt-autoprefixer": "^3.0.4",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-htmlmin": "^2.0.0",
"grunt-contrib-less": "^1.4.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-html2js": "^0.3.6",
"grunt-jslint": "^1.1.14",
"grunt-karma": "^2.0.0",
"grunt-karma-coveralls": "^2.5.4",
"grunt-string-replace": "1.3.1",
"jasmine-core": "^2.5.2",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-ng-html2js-preprocessor": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-script-launcher": "^1.0.0",
"less": "^2.7.1"
},
"scripts": {
"test": "grunt travis --verbose"
},
"files": [
"angular-widgets.src.js",
"angular-widgets.src.css",
"angular-widgets.min.js",
"angular-widgets.min.css"
]
}