-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 856 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
{
"name": "maneuver",
"version": "0.0.13",
"description": "css library of interactive elements built on stylus",
"author": "Nick Baroni <[email protected]>",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/rhythnic/maneuver.git"
},
"dependencies": {
"nib": "1.x"
},
"devDependencies": {
"accord": "0.14.x",
"stylus": "*",
"mocha": "2.x",
"should": "4.x",
"css-parse": "2.x",
"axis": "~0.3.0",
"gulp": "~3.8.11",
"gulp-connect": "~2.2.0",
"gulp-stylus": "~2.0.1",
"jeet": "~6.1.2",
"nib": "~1.1.0",
"rupture": "~0.6.1"
},
"scripts": {
"test": "mocha"
},
"engines": {
"node": ">=0.8.0"
},
"keywords": [
"stylus",
"layout"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/rhythnic/maneuver/issues"
}
}