-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.52 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
{
"name": "logicless-prototypr",
"version": "0.2.0",
"description": "Logicless Prototypr - UI/UX prototyping with just presentation logic",
"dependencies": {
"express": "~4.9.5",
"express-handlebars": "~1.1.0",
"glob": "~4.0.6",
"underscore": "~1.7.0",
"watchr": "~2.4.11",
"lorem-hipsum": "~0.1.2"
},
"devDependencies": {
"bower": "~1.3.10",
"browserify": "~2.36.1",
"grunt": "~0.4.5",
"grunt-bower-task": "~0.3.4",
"grunt-browserify": "~1.3.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-csslint": "~0.3.1",
"grunt-contrib-cssmin": "~0.7.0",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-rename": "~0.0.3",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-watch": "~0.5.3",
"node-sass": "~0.9.5-rc1",
"grunt-sass": "~0.14.1",
"karma": "~0.12.23",
"grunt-karma": "~0.9.0",
"karma-chai-plugins": "~0.2.3",
"phantomjs": "~1.9.9",
"karma-phantomjs-launcher": "~0.1.4",
"karma-chrome-launcher": "~0.1.4",
"karma-coverage": "~0.2.6",
"expect": "~0.1.1",
"karma-expect": "~1.1.0",
"mocha": "~1.21.4",
"karma-mocha": "~0.1.9",
"requirejs": "~2.1.15",
"karma-requirejs": "~0.2.2",
"sinon": "~1.10.3",
"karma-sinon": "~1.0.3",
"load-grunt-tasks": "~0.2.0",
"time-grunt": "~0.2.3"
},
"repository": {
"type": "git",
"url": "git://github.com/flaviusx/logicless-prototypr.git"
},
"engine": "node >=0.10.x"
}