forked from anshulmeena/Blocks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.36 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "Blocks",
"version": "2.7.11",
"description": "EightShapes Blocks is a toolkit to organize, annotate, and modularize HTML prototypes created by EightShapes, LLC (http://www.eightshapes.com).",
"repository": {
"type": "git",
"url": "https://github.com/EightShapes/Blocks.git"
},
"engine": "node >= 0.12.2",
"scripts": {
"lint": "jshint src/*.js",
"test": "",
"build": "node_modules/.bin/jspm bundle-sfx --minify src/blocks-loader dist/blocks-loader.min.js",
"prebuild": "npm run test",
"pretest": "npm run lint",
"sass": "node-sass sass/blocks-viewer.scss dist/css/blocks-viewer.css",
"dev": "npm run lint && npm run sass",
"watch": "watch 'npm run dev'",
"start-browser-sync": "browser-sync start --server --files 'test/**, test/*.html, *.html' --startPath 'dev.html' --index 'dev.html'",
"start": "grunt dev"
},
"devDependencies": {
"browser-sync": "^2.7.0",
"grunt": "^0.4.5",
"grunt-autoprefixer": "^3.0.1",
"grunt-browser-sync": "^2.1.3",
"grunt-cli": "^0.1.13",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-exec": "^0.4.6",
"grunt-karma": "^0.10.1",
"grunt-sass": "^1.0.0",
"jasmine": "^2.3.1",
"jasmine-core": "^2.3.0",
"jshint": "latest",
"jspm": "0.15.5",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.8",
"karma-firefox-launcher": "^0.1.4",
"karma-jasmine": "^0.3.6",
"karma-jasmine-jquery": "^0.1.1",
"karma-jshint": "^0.1.0",
"karma-jshint-preprocessor": "0.0.5",
"karma-jspm": "^1.1.4",
"karma-mocha-reporter": "^1.0.2",
"karma-notify-reporter": "^0.1.1",
"karma-phantomjs-launcher": "^0.1.4",
"karma-phantomjs-shim": "^1.0.0",
"karma-safari-launcher": "^0.1.1",
"load-grunt-tasks": "^3.1.0",
"node-sass": "^3.1.2"
},
"jspm": {
"directories": {
"lib": "src"
},
"dependencies": {
"handlebars": "npm:handlebars@^2.0.0",
"jquery": "github:components/jquery@^2.1.3",
"opener": "npm:opener@^1.4.1"
},
"devDependencies": {
"babel": "npm:babel-core@^5.1.13",
"babel-runtime": "npm:babel-runtime@^5.1.13",
"core-js": "npm:core-js@^0.9.4"
}
},
"licenses": [
{
"type": "GNU",
"url": "http://unify.eightshapes.com/about-the-system/terms-of-use/"
}
]
}