-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
55 lines (55 loc) · 1.44 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
52
53
54
55
{
"name": "photonews",
"version": "0.0.1",
"description": "PhotoNews web app showcasing modown components",
"main": "app.js",
"dependencies": {
"connect": "2.x",
"debug": "*",
"es6-module-transpiler": "~0.3.4",
"express": "3.x",
"express-annotations": "*",
"express-map": "*",
"express-slash": "~0.2.1",
"express-state": "*",
"express-view": "*",
"express-yui": "~1.0.0",
"grunt-es6-module-transpiler": "~0.5.2",
"locator": "*",
"locator-handlebars": "*",
"locator-yui": "0.1.x",
"yui": "3.x"
},
"devDependencies": {
"chai": "~1.9.0",
"grunt": "~0.4.1",
"grunt-contrib-watch": "~0.5.3",
"istanbul": "~0.2.4",
"jshint": "~1.1.0",
"mocha": "~1.16.0",
"mockery": "1.4.x",
"ytestrunner": "0.3.x",
"yui-lint": "~0.1.3",
"yuitest": "0.7.x",
"grunt-cli": "~0.1.11"
},
"directories": {
"lib": "./lib"
},
"keywords": [
"express",
"javascript",
"modown",
"photonews"
],
"scripts": {
"start": "grunt && node app.js",
"lint": "jshint --config ./node_modules/yui-lint/jshint.json ./lib/**/*.js *.js",
"cover": "./node_modules/.bin/istanbul cover -- ./node_modules/.bin/_mocha tests/test-*.js --reporter spec",
"test": "./node_modules/mocha/bin/mocha tests/test-*.js"
},
"locator": {},
"repository": "https://github.com/imalberto/photonews",
"author": "alberto chan <[email protected]>",
"license": "BSD"
}