-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 783 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 783 Bytes
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
{
"name": "reflexie",
"version": "0.0.0",
"description": "A grown-up polyfill for a grown-up flexbox.",
"main": "dist/reflexie.js",
"dependencies": {},
"devDependencies": {
"express": "~3.2.x",
"ejs": "~0.8.x",
"mocha": "~1.10.x",
"expect.js": "~0.2.0",
"socket.io": "~0.9.x",
"uglify-js": "~2.3.x",
"mocha-phantomjs": "~2.0.x",
"grunt": "~0.4.x",
"grunt-contrib-watch": "~0.4.x",
"gzip": "~0.1.0"
},
"scripts": {
"start": "grunt build && node test/generate.js",
"test": "mocha-phantomjs http://0.0.0.0:9090/runner"
},
"repository": {
"type": "git",
"url": "https://github.com/doctyper/reflexie.git"
},
"keywords": [
"flexie",
"flexbox",
"reflexie",
"doctyper"
],
"author": "Richard Herrera <rich@doctyper.com>",
"license": "MIT"
}