-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
51 lines (51 loc) · 1.07 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
48
49
50
51
{
"name": "rosetta",
"version": "0.3.0",
"description": "Shared variables between CSS and Javascript.",
"author": {
"name": "Ned Burns",
"email": "[email protected]"
},
"main": "lib/rosetta.js",
"bin": {
"rosetta": "./bin/rosetta"
},
"homepage": "https://github.com/7sempra/rosetta",
"repository": {
"type": "git",
"url": "https://github.com/7sempra/rosetta.git"
},
"bugs": {
"url": "https://github.com/7sempra/rosetta/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/7sempra/rosetta/blob/master/LICENSE-MIT"
}
],
"dependencies": {
"classdef": "~1.0.1",
"nopt": "~2.1.1",
"glob": "~3.1.21",
"underscore": "~1.4.4",
"mkdirp": "~0.3.5"
},
"devDependencies": {
"grunt": "~0.4.0",
"grunt-contrib-jshint": "~0.2.0",
"grunt-contrib-nodeunit": "~0.1.2",
"grunt-contrib-watch": "~0.3.1",
"grunt-contrib-clean": "~0.4.0"
},
"keywords": [
"css",
"javascript",
"shared",
"variables",
"stylus",
"sass",
"less",
"gruntplugin"
]
}