forked from pitbulk/yith-library-web-client
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 715 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 715 Bytes
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
{
"name": "yith-library-web-client",
"version": "1.1.2",
"author": "Alejandro Blanco <alejandro.b.e@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/ablanco/yith-library-web-client"
},
"licenses" : [
{
"type" : "AGPL v3",
"url" : "https://raw.github.com/ablanco/yith-library-web-client/master/COPYING"
}
],
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-bower-task": "~0.4.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-uglify": "~0.5.1",
"grunt-jslint": "~1.1.12",
"grunt-shell": "~1.0.1"
}
}