-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.31 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
{
"name": "pistachio",
"version": "0.0.5",
"description": "graze front end framework",
"main": "index.js",
"scripts": {
"postinstall": "gulp build",
"start": "node ./site/docs/app.js",
"test": "gulp build && gulp dev:profile && npm run test:js",
"test:js": "node ./tests/js/jasmine.js"
},
"repository": {
"type": "git",
"url": "https://github.com/graze/pistachio.git"
},
"author": "@iamstuartwilson, @leejordan",
"license": "MIT",
"bugs": {
"url": "https://github.com/graze/pistachio/issues"
},
"homepage": "https://github.com/graze/pistachio",
"dependencies": {
"aws-sdk": "^2.1.45",
"bootstrap": "^3.3.5",
"browserify": "^11.2.0",
"event-stream": "^3.3.1",
"express": "^4.13.1",
"express-handlebars": "^2.0.1",
"font-awesome": "^4.4.0",
"gulp": "^3.9.0",
"gulp-less": "^3.0.3",
"gulp-minify-css": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-stylestats": "^0.8.0",
"gulp-util": "^3.0.6",
"highlight.js": "^8.8.0",
"jasmine-node": "^1.14.5",
"jquery": "^2.1.4",
"js-beautify": "^1.5.10",
"jsdom-no-contextify": "^3.1.0",
"lodash": "^3.10.1",
"mime": "^1.3.4",
"minimist": "^1.1.2",
"moment": "^2.10.6",
"reflex-grid": "^1.0.9",
"through2": "^2.0.0"
}
}