-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
40 lines (37 loc) · 1.1 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
{
"name": "LiveCSS",
"version": "0.1.0",
"description": "A module for AngularJS allowing you to use all the standard AngularJS bindings, directives and templating mechanisms in your CSS syntax.",
"keywords": [ "livecss", "lcss", "angular", "angularjs", "ng", "css" ],
"homepage": "www.livecss.org",
"repository": {
"type" : "git",
"url" : "https://github.com/ofzza/LiveCSS"
},
"license": "MIT",
"author": {
"name": "ofzza",
"email" : "ofzza@ofzza.com"
},
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "https://github.com/ofzza/LiveCSS.git"
},
"bugs": {
"url": "https://github.com/ofzza/LiveCSS/issues"
},
"devDependencies": {
"grunt": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-clean": "*",
"grunt-contrib-compress": "*",
"grunt-contrib-watch": "*",
"load-grunt-tasks": "*",
"grunt-concurrent": "*",
"grunt-replace": "*",
"grunt-shell": "*"
}
}