-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
46 lines (46 loc) · 927 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
44
45
46
{
"name": "elem",
"version": "0.0.60",
"description": "An asset manager based on custom elements",
"keywords": [
"component",
"asset",
"manager",
"packager"
],
"repository": {
"type": "git",
"url": "git://github.com/em/elem.git"
},
"bin": {
"elem": "./bin/elem"
},
"scripts": {
"test": "node_modules/.bin/mocha"
},
"author": "Emery Denuccio",
"license": "MIT",
"dependencies": {
"async": "~2.0.1",
"chai": "^3.5.0",
"commander": "^2.8.1",
"connect": "~3.4.1",
"express": "^4.4.5",
"glob": "~7.0.5",
"jade": "~1.11.0",
"jquery": "^3.1.0",
"jsdom": "~9.*",
"mkdirp": "~0.5.0",
"nib": "^1.0.3",
"rimraf": "~2.5.4",
"serve-static": "^1.11.1",
"stylus": "~0.54.5",
"uglify-js": "~2.7.3",
"uid": "0.0.2"
},
"devDependencies": {
"mocha": "~3.1.2",
"expect": "~1.20.2",
"assert": "~1.4.1"
}
}