-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·43 lines (43 loc) · 943 Bytes
/
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
{
"name": "com.likalo.ui",
"description": "",
"repository": {
"type": "git",
"url": "git://github.com/likalo/UI.git"
},
"files": "build/",
"version": "0.1.4",
"license": "Proprietary",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-csslint": "^0.2.0",
"grunt-contrib-cssmin": "^0.6.2",
"grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-text-replace": "^0.4.0",
"grunt-ng-annotate": "^1.0.1",
"connect-livereload": "~0.3.2",
"load-grunt-tasks": "~0.2.1",
"ng-dialog": "^0.6.0"
},
"bugs": {
"url": "https://github.com/likalo/UI/issues"
},
"main": "build/ui.js",
"keywords": [
"ui",
"js",
"angular",
"likalo.com"
],
"authors": [
"it-s <[email protected]>"
],
"engines": {
"node": ">=0.8.0"
},
"dependencies": {
}
}