-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.17 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
{
"name": "urequire-example",
"description": "Example project build with uRequire.",
"version": "0.2.3",
"homepage": "https://github.com/anodynos/urequire-example",
"author": {
"name": "Agelos Pikoulas",
"email": "[email protected]"
},
"license": "MIT",
"keywords": [
"urequire",
"examples"
],
"repository": {
"type": "git",
"url": "https://github.com/anodynos/urequire-example"
},
"bugs": {
"url": "git://github.com/anodynos/urequire-example/issues",
"email": "[email protected]"
},
"main": "./build/urequire-example.js",
"scripts": {
"test": "grunt",
"clean": "rm -rf node_modules && rm -rf bower_components && npm install && bower install && grunt"
},
"engines": {
"node": ">=0.12 <=4"
},
"dependencies": {
"lodash": "3.x"
},
"devDependencies": {
"bower": "1.7.x",
"mocha": "2.4.x",
"chai": "3.5.x",
"grunt": "^0.4.5",
"grunt-contrib-watch": "0.5.x",
"grunt-urequire": "^0.7.2",
"uberscore": "0.0.17",
"urequire": "^0.7.0-beta.26",
"urequire-rc-inject-version": "^0.1.6",
"urequire-rc-import-keys": "^0.1.4",
"urequire-ab-specrunner": "^0.2.2"
}
}