forked from mozbrick/brick
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 857 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
{
"name": "brick",
"version": "1.0.0",
"description": "UI Web Components for Mobile Web Apps",
"main": "index.js",
"scripts": {
"test": "casperjs test --engine=slimerjs $(pwd)/test"
},
"repository": {
"type": "git",
"url": "git://github.com/mozilla/app-components.git"
},
"author": "Mozilla",
"license": "Apache License v2",
"dependencies": {
"uglify-js": "~2.3.6",
"clean-css": "~1.0.11",
"promisesaplus": "~1.0.1",
"nunjucks": "~0.1.9",
"lodash": "~1.3.1",
"stylus": "~0.37.0",
"grunt": "~0.4.1",
"grunt-bumpup": "~0.3.1",
"grunt-tagrelease": "~0.2.1",
"grunt-contrib-stylus": "~0.8.0",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-compress": "~0.5.2",
"grunt-contrib-connect": "~0.5.0"
}
}